DocumentManager Members
In This Article
#Properties
Name | Description |
---|---|
Enable |
Specifies whether the document work session hibernation is enabled. |
Hibernate |
Specifies whether all open documents should be hibernated on application end. |
Hibernated |
Specifies how long hibernated documents are stored on the server before disposal. |
Hibernate |
Specifies the idle timeout after which an open document is hibernated. |
Hibernation |
Specifies the path to the server directory to which documents are hibernated. |
State |
Specifies a custom session-state store provider. |
#Methods
Name | Description |
---|---|
Close |
Closes all open documents. |
Close |
Closes a document with the specified ID. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Find |
Finds a document by its identifier |
Find |
Finds a document by its identifier. |
Get |
Returns a collection of objects that contain information about every open document. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Hibernate |
Hibernates all open documents. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Auto |
Allows you to implement a custom autosave logic. |
See Also