Gets the unique identifier of this document.
Object.defineProperty(Document.prototype, 'documentId',
get: function()
)
documentId: string; // read-only
The unique identifier of this document.
This value is set by the framework when the document is initialized. The ID is important when using the document with the cache system and is the only value needed to re-construct completely the document from the cache. The current implementation of the Documents library will pass the document ID as the "regionName" value for all cache operations.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET