Synchronizes the document in the local workspace with the vault.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public void UpdateDocumentFromPath(
	string filePath,
	CacheSyncKind syncType
)
Visual Basic
Public Sub UpdateDocumentFromPath ( _
	filePath As String, _
	syncType As CacheSyncKind _
)
Visual C++
public:
void UpdateDocumentFromPath(
	String^ filePath, 
	CacheSyncKind syncType
)

Parameters

filePath
Type: System..::..String
The path to the document in the local workspace.
syncType
Type: BlueCieloECM.InnoCielo.Meridian.Client..::..CacheSyncKind
The type of synchronization.

See Also