Click or drag to resize
ConnectionSynchronizeLocalWorkspace Method
Performs synchronization of the document in local workspace

Namespace: ICMeridianAPI
Assembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntax
public string SynchronizeLocalWorkspace(
	string vaultidentifier,
	string docid,
	Object bSetLock = null
)

Parameters

vaultidentifier
Type: SystemString
The vault in which the document resides.
docid
Type: SystemString
The unique identifier of the document inside the vault.
bSetLock (Optional)
Type: SystemObject
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

Type: String
Path to the file on disk (in LWS)
Remarks