DocumentManagerCheckInOptions Enumeration
Specify the behavior of the CheckIn() method.
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
public enum CheckInOptions
CreateNewVersion | 0 |
Check in the document and create a new version.
|
NoChanges | 1 |
Cancel check-out without creating a new version.
|
OverwriteCurrentVersion | 2 |
DO NOT USE
|