Connection SynchronizeLocalWorkspace Method BlueCielo Meridian Connection API 2013 Reference Guide | BlueCielo ECM Solutions
Performs synchronization of the document in local workspace

Namespace: ICMeridianAPI
Assembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 1.0.6.0 (1.0.6.0)
Syntax

public string SynchronizeLocalWorkspace(
	string vaultidentifier,
	string docid,
	Object bSetLock = null
)

Parameters

vaultidentifier
Type: OnlineSystem String
The vault in which the document resides.
docid
Type: OnlineSystem String
The unique identifier of the document inside the vault.
bSetLock (Optional)
Type: OnlineSystem Object
Optional boolean flag to force set lock or reset lock in LWS. True - means lock the document in LWS, False means unlock it from LWS.

Return Value

Path to the file on disk (in LWS)
Remarks

See Also