lastCacheSyncTime Property

Summary

Timestamp of when the document was last saved to the cache successfully.

Syntax

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

Property Value

Timestamp of when the document was last saved to the cache successfully.

Remarks

Refer to CacheStatus for more information.

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