←Select platform

DocumentCacheStatus Enumeration

Summary

The status of this document in the cache.

Syntax
C#
C++/CLI
Java
Python
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum DocumentCacheStatus 
public [SerializableAttribute,  
   DataContractAttribute] 
   enum class DocumentCacheStatus sealed 
public enum DocumentLinkType 
class DocumentCacheStatus(Enum): 
   Synced = 0 
   NotSynced = 1 
Members

0

Synced

The document is synced and no saving to cache is required.

1

NotSynced

The document is not synced and saving to cache is required.

Requirements

Target Platforms

See Also

Reference

Leadtools.Document Namespace

Help Version 22.0.2023.4.21
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.