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.40.0)

Syntax

C#
public BCDocument DocumentFromPath(
	string filePath,
	ref BCRepository repository
)
Visual Basic
Public Function DocumentFromPath ( _
	filePath As String, _
	ByRef repository As BCRepository _
) As BCDocument
Visual C++
public:
BCDocument^ DocumentFromPath(
	String^ filePath, 
	BCRepository^% repository
)

Parameters

filePath
Type: System..::..String
The path to the document in the local workspace.
repository
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCRepository%
The connection to the vault. If nullNothingnullptra null reference (Nothing in Visual Basic), 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