ConnectionSynchronizeLocalWorkspace Method |
Performs synchronization of the document in local workspace
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntaxpublic string SynchronizeLocalWorkspace(
string vaultidentifier,
string docid,
Object bSetLock = null
)
Public Function SynchronizeLocalWorkspace (
vaultidentifier As String,
docid As String,
Optional bSetLock As Object = Nothing
) As String
public:
String^ SynchronizeLocalWorkspace(
String^ vaultidentifier,
String^ docid,
Object^ bSetLock = nullptr
)
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:
StringPath to the file on disk (in LWS)
Remarks
See Also