Click or drag to resize

BCRepositoryUnlockDocuments Method

Clears AMDocumentPropertySet._DOCLOCKID property.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public int UnlockDocuments(
	string userName,
	bool checkOnly
)

Parameters

userName
Type: SystemString
The userName If not empty - search for "*\{userName}" property values. If empty - clears all AMDocumentPropertySet._DOCLOCKID values.
checkOnly
Type: SystemBoolean
If true - do not clear, calculate count only.

Return Value

Type: Int32
Count of found documents with AMDocumentPropertySet._DOCLOCKID property values to be cleared.
See Also