documentId Property

Summary

Gets the unique identifier of this document.

Syntax

JavaScript Syntax
Object.defineProperty(Document.prototype, 'documentId', 
	get: function() 
) 
TypeScript Syntax
documentId: string; // read-only 

Property Value

The 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. The current implementation of the Documents library will pass the document ID as the "regionName" value for all cache operations.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly