[This is preliminary documentation and is subject to change.]
Defines the different possible return statuses
while attempting to Delete a document.
Namespace:
OfficeClip.BusinessLayer.DesktopAssembly: 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 name | Description | |
---|---|---|
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.
|