Synchronizes the object and returns a path to it.

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 string Location(
	CacheSyncKind syncType
)
Visual Basic
Public Function Location ( _
	syncType As CacheSyncKind _
) As String
Visual C++
public:
String^ Location(
	CacheSyncKind syncType
)

Parameters

syncType
Type: BlueCieloECM.InnoCielo.Meridian.Client..::..CacheSyncKind
The type of synchronization.

Return Value

The path to the object on the AMFS share if AMFS is used to access an object in the vault (IsAmfs is trueTruetruetrue (True in Visual Basic)). Otherwise (IsAmfs is falseFalsefalsefalse (False in Visual Basic)), the path to the object in the local workspace folder (it will ensure that the correct revision of the object is available).

See Also