The ID to be used with the loaded document.
Object.defineProperty(UploadDocumentOptions.prototype, 'documentId',
get: function(),
set: function(value)
)
documentId: string;
String that specifies the ID to be used with the loaded document. The default value is null.
When the value of documentId is null (the default), then the document factory creates a new unique ID using a GUID generator. If the value is not null, then it is assumed to be a user-defined ID and used as is. In either case, the value is set in the LEADDocument.documentId property of the newly created document.
User-defined IDs can be used when the system already has unique IDs associated with the documents to be viewed. The document factory will neither check nor guarantee the uniqueness of these IDs.
Refer to Uploading Using the Document Library for detailed information.
For an example, refer to DocumentFactory.uploadDocument or DocumentFactory.uploadDocumentBlob.
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