Synchronizes the document in the local workspace with the vault.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public void UpdateDocumentFromPath(
string filePath
) |
Visual Basic |
---|
Public Sub UpdateDocumentFromPath ( _
filePath As String _
) |
Visual C++ |
---|
public:
void UpdateDocumentFromPath(
String^ filePath
) |
Parameters
- filePath
- Type: System..::..String
The path to the document in the local workspace.
See Also