BlueCielo Meridian Connection API 2012 Reference Guide | BlueCielo ECM Solutions
You are here: Namespaces > ICMeridianAPI > Connection > SynchronizeLocalWorkspace(String, String, Object)
SynchronizeLocalWorkspace Method (vaultidentifier, docid, bSetLock)
Performs a titleblock update in which the properties of the document are updated with the titleblock information of the document itself.
Declaration Syntax
C#Visual BasicVisual C++
public string SynchronizeLocalWorkspace(
	string vaultidentifier,
	string docid,
	Object bSetLock
)
Public Function SynchronizeLocalWorkspace ( _
	vaultidentifier As String, _
	docid As String, _
	bSetLock As Object _
) As String
public:
String^ SynchronizeLocalWorkspace(
	String^ vaultidentifier, 
	String^ docid, 
	Object^ bSetLock
)
Parameters
vaultidentifier (String)
The vault in which the document resides.
docid (String)
The unique identifier of the document inside the vault.
bSetLock (Object)
Optional flag to force set lock or reset lock in LWS.
Return Value
Path to the file on disk (in LWS)
Remarks

Assembly: ICMeridianAPI (Module: ICMeridianAPI) Version: 1.0.1.4 (1.0.1.4)