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

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

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

Syntax

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

Members

Member nameDescription
Success
Indicates that the pre Insert status was successful.
Failure
Indicates that the pre Insert status check failed.
NoSpaceAvailable
Indicates that there is no space available.
FileExistsPermissionOk
Indicates that the file exists and the permission is ok.
FileExistsNoPermission
Indicates that file exists and there was no permission on the file.
FileExistsAndShared
Indicates that the file exists and is shared.
FileLocked
Indicates that the file is locked.
InvalidCharactersInFileName
Indicates that there were invalid characters in the file name.
MovedOrCopiedFileInSameFolder
Indicates that file is being moved or copied from a particular folder to the same folder.
NoWritePermission
Indicates that the current user does not have any write permission on the file

See Also