←Select platform

IsAnyCacheStatusNotSynced Property

Summary

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

Syntax
C#
C++/CLI
Python
public bool IsAnyCacheStatusNotSynced { get; } 
public:  
   property bool IsAnyCacheStatusNotSynced 
   { 
      bool get() 
   } 
IsAnyCacheStatusNotSynced # get  (LEADDocument) 

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 will check CacheStatus of this document and all of its children and returns true if any reports back with a value of not equal to DocumentCacheStatus.Synced.

Requirements

Target Platforms

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

Leadtools.Document Assembly

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