DocumentCacheStatus Enumeration

Summary

The status of this document in the cache.

Syntax

JavaScript Syntax
lt.Documents.DocumentCacheStatus = { 
	Synced: 0, 
	NotSynced: 1 
} 
TypeScript Syntax
lt.Documents.DocumentCacheStatus = { 
	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.Documents Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly