BCNameSpaceDocumentFromPath Method |
Returns a document with the specified path in the local workspace.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: 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
)
Public Function DocumentFromPath (
filePath As String,
ByRef repository As BCRepository
) As BCDocument
public:
BCDocument^ DocumentFromPath(
String^ filePath,
BCRepository^% repository
)
member DocumentFromPath :
filePath : string *
repository : BCRepository byref -> 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