Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

DocumentId Property

Show in webframe
Gets the unique identifier of this document.
Syntax
get_documentId();
Object.defineProperty('documentId');

Property Value

TypeDescription
stringThe unique identifier of this document.
Remarks

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.

See Also

Reference

Document Object
Document Members

Error processing SSI file