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: 1.4.0.0 (1.4.40.0)

Syntax

C#
public string Path(
	bool amfsPath
)
Visual Basic
Public Function Path ( _
	amfsPath As Boolean _
) As String
Visual C++
public:
String^ Path(
	bool amfsPath
)

Parameters

amfsPath
Type: System..::..Boolean
A value indicating whether AMFS path was taken into account.

Return Value

The (context) path in which the repository was opened.

See Also