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

Defines the different possible return statuses while attempting to Delete a document.

Namespace:  OfficeClip.BusinessLayer.Desktop
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

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

Members

Member nameDescription
Success
Indicates that the Document Delete was successful.
TransactionFailed
Indicates that the transaction failed during deleting the document.
ShareExists
Indicates that the share for this document exists.

See Also