BCDocumentUILocation Method (CacheSyncKind) |
Synchronizes the object and returns a path to it.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic string Location(
CacheSyncKind syncType
)
Public Function Location (
syncType As CacheSyncKind
) As String
public:
String^ Location(
CacheSyncKind syncType
)
member Location :
syncType : CacheSyncKind -> string
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
an 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