BCNameSpace DocumentFromPath Method Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Returns a document with the specified path in the local workspace.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax

public BCDocument DocumentFromPath(
	string filePath,
	ref BCRepository repository
)

Parameters

filePath
Type: OnlineSystem String
The path to the document in the local workspace.
repository
Type: BlueCieloECM.InnoCielo.Meridian.Server BCRepository 
The connection to the vault. If  , the method creates a new transaction that should be closed by a caller.

Return Value

The document with the specified path in the local workspace.
See Also