isAnyCacheStatusNotSynced Property

Summary

Checks if the cache status of this document or any of its children is not synced.

Syntax
TypeScript
JavaScript
Object.defineProperty(LEADDocument.prototype, 'isAnyCacheStatusNotSynced', 
   get: function() 
) 
readonly isAnyCacheStatusNotSynced: boolean; 

Property Value

true if the cache status of this document or any of its children is not synced; otherwise, false when the cache status of this document and all its children are synced.

Remarks

isAnyCacheStatusNotSynced checks cacheStatus of this document and all of its children, and returns true if any children report back with a value not equal to DocumentCacheStatus.synced.

Requirements

Target Platforms

Help Version 22.0.2023.2.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.