[This is preliminary documentation and is subject to change.]

The status enumerated type of document in the document history.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public enum DocHistoryStatus
Visual Basic (Declaration)
Public Enumeration DocHistoryStatus
Visual C++
public enum class DocHistoryStatus

Members

Member nameDescription
Checkout
The document is checked out.
Checkin
the document is checked in.
UndoCheckout
An undo checkout is done on the document.
DocumentRename
The document is renamed.
ViewDownload
The document is downloaded in the read only mode.
MoveDocument
Teh document is moved.
CopyDocument
The document is copied.
DocumentUpload
The document is uploaded to the OfficeClip server.
CheckoutDownload
The document is downloaded and checked out simulataneously.

See Also