BCNameSpaceLinkFromPath Method |
Returns a new
BCVaultLink instance that represents connection to the vault.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCVaultLink LinkFromPath(
string filePath
)
Public Function LinkFromPath (
filePath As String
) As BCVaultLink
public:
BCVaultLink^ LinkFromPath(
String^ filePath
)
member LinkFromPath :
filePath : string -> BCVaultLink
Parameters
- filePath
- Type: SystemString
The path to a document in the local workspace.
Return Value
Type:
BCVaultLink
A new
BCVaultLink instance that represents connection to the vault.
See Also