Click or drag to resize

IFocServiceCheckOutWorkingDocument Method

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
bool CheckOutWorkingDocument(
	string path,
	ref bool hasActiveWorkflows,
	ref bool hasCheckedOut,
	bool forceLatestDocumentVersionId = false
)

Parameters

path
Type: SystemString
hasActiveWorkflows
Type: SystemBoolean
hasCheckedOut
Type: SystemBoolean
forceLatestDocumentVersionId (Optional)
Type: SystemBoolean

Return Value

Type: Boolean
See Also