Generates a new document unique ID.
public static string NewCacheId()
Public Shared Function NewCacheId() As String
public:
static String^ NewCacheId()
Unique document ID. This is in the xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
format.
All DocumentFactory methods that load or create a new document require a unique identifier for the document that will eventually be set in LEADDocument.DocumentId. This identifier can be passed by the user (for instance, in LoadDocumentOptions.DocumentId and CreateDocumentOptions.UserId) or if the default of null is used, then the factory calls NewCacheId to generate a new random unique ID and uses it.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document