Returns the (context) path in which the repository was opened.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public string Path(
bool amfsPath
)
Public Function Path (
amfsPath As Boolean
) As String
Parameters
- amfsPath
- Type: SystemBoolean
A value indicating whether AMFS path was taken into account.
Return Value
Type:
StringThe (context) path in which the repository was opened.
See Also