Returns the ID property value of a file system object with the specified full path.

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 PathToID(
	string objectPath
)
Visual Basic
Public Function PathToID ( _
	objectPath As String _
) As String
Visual C++
public:
String^ PathToID(
	String^ objectPath
)

Parameters

objectPath
Type: System..::..String
The full path to the object.

Return Value

The ID property value of the file system object with the specified full path.

See Also