DocumentManagerCheckInDocumentsWithNoChanges Method

Cancel check out of selected documents.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Cancel check out of selected documents.")]
public void CheckInDocumentsWithNoChanges(
	Guid selectionId,
	bool allowCheckinByOtherUsers
)

Parameters

selectionId  Guid
allowCheckinByOtherUsers  Boolean

See Also