Click or drag to resize
BCNameSpaceDocumentFromPath Method
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: 4.0.0.0 (4.0.19.0)
Syntax
public BCDocument DocumentFromPath(
	string filePath,
	ref BCRepository repository
)

Parameters

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

Return Value

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