[This is preliminary documentation and is subject to change.]
Defines the different possible return statuses
while attempting to Delete a folder.
Namespace:
OfficeClip.BusinessLayer.DesktopAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public enum DeleteFolderStatus |
Visual Basic (Declaration) |
---|
Public Enumeration DeleteFolderStatus |
Visual C++ |
---|
public enum class DeleteFolderStatus |
Members
Member name | Description | |
---|---|---|
Success |
Indicates that Delete folder was successful.
| |
TransactionFailed |
Inicates that the transaction failed.
| |
FolderBelongsToAnotherUser |
Indicates that folder belongs to another user.
| |
FolderHasFiles |
Indicates that the folder being deleted has files inside.
| |
FileSystemError |
Indicates that a file system error occurred while deleting the folder.
|