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.111.0)
Syntaxpublic string Location(
	CacheSyncKind syncType
)
Public Function Location ( 
	syncType As CacheSyncKind
) As 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 
            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