Returns a new BCVaultLink instance that represents connection to the vault.

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 BCVaultLink LinkFromPath(
	string filePath
)
Visual Basic
Public Function LinkFromPath ( _
	filePath As String _
) As BCVaultLink
Visual C++
public:
BCVaultLink^ LinkFromPath(
	String^ filePath
)

Parameters

filePath
Type: System..::..String
The path to a document in the local workspace.

Return Value

A new BCVaultLink instance that represents connection to the vault.

See Also