←Select platform

IsAnyCacheStatusNotSynced Property

Summary

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

Syntax
C#
VB
C++
public bool IsAnyCacheStatusNotSynced { get; } 
Public ReadOnly Property IsAnyCacheStatusNotSynced() As Boolean 
   Get 
public:  
   property bool IsAnyCacheStatusNotSynced 
   { 
      bool get() 
   } 

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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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