BCNameSpaceUpdateDocumentFromPath Method (String, CacheSyncKind) |
Synchronizes the document in the local workspace with the vault.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public void UpdateDocumentFromPath(
string filePath,
CacheSyncKind syncType
)
Public Sub UpdateDocumentFromPath (
filePath As String,
syncType As CacheSyncKind
)
public:
void UpdateDocumentFromPath(
String^ filePath,
CacheSyncKind syncType
)
member UpdateDocumentFromPath :
filePath : string *
syncType : CacheSyncKind -> unit
Parameters
- filePath
- Type: SystemString
The path to the document in the local workspace. - syncType
- Type: BlueCieloECM.InnoCielo.Meridian.ClientCacheSyncKind
The type of synchronization.
See Also