[This is preliminary documentation and is subject to change.]
Defines the different possible return statuses
while attempting to rename a document.
Namespace:
OfficeClip.BusinessLayer.DesktopAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public enum RenameDocumentStatus |
| Visual Basic (Declaration) |
|---|
Public Enumeration RenameDocumentStatus |
| Visual C++ |
|---|
public enum class RenameDocumentStatus |
Members
| Member name | Description | |
|---|---|---|
| Success |
Indicates that the document rename was successful.
| |
| Failure |
Indicates that the document rename failed.
| |
| AlreadyExists |
Indicates that the document being renamed to already exists.
|
