DocumentManagerCheckInOptions Enumeration

Specify the behavior of the CheckIn() method.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public enum CheckInOptions

Members

CreateNewVersion0 Check in the document and create a new version.
NoChanges1 Cancel check-out without creating a new version.
OverwriteCurrentVersion2 DO NOT USE

See Also