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.111.0)
Syntax public BCDocument DocumentFromPath(
string filePath,
ref BCRepository repository
)
Public Function DocumentFromPath (
filePath As String,
ByRef repository As BCRepository
) As BCDocument
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