←Select platform

IsLoaded Property

Summary

Indicates whether the document has been loaded at least once.

Syntax
C#
VB
C++
public bool IsLoaded {get; set;} 
Public Property IsLoaded() As Boolean 
   Get 
   Set 
public:  
   property bool IsLoaded 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if this document has been loaded at least once; otherwise, false.

Remarks

If the value of IsLoaded is false, then the document was uploaded to the cache but has not been loaded with DocumentFactory.LoadFromCache yet.

Example

For an example, refer to GetDocumentCacheInfo(ObjectCache,string).

Requirements

Target Platforms

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

Leadtools.Document Assembly