Click or drag to resize
BCFolderUILocation Method (CacheSyncKind)
Synchronizes the object and returns a path to it.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public string Location(
	CacheSyncKind syncType
)

Parameters

syncType
Type: BlueCieloECM.InnoCielo.Meridian.ClientCacheSyncKind
The type of synchronization.

Return Value

Type: String
The path to the object on the AMFS share if AMFS is used to access object in the vault (IsAmfs is ). Otherwise (IsAmfs is ), the path to the object in the local workspace folder (it will ensure that the correct revision of the object is available).
See Also