Returns a file system object with the specified ID property value or 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 BCFSObject GetFSObject(
	string objectPathOrID
)
Visual Basic
Public Function GetFSObject ( _
	objectPathOrID As String _
) As BCFSObject
Visual C++
public:
BCFSObject^ GetFSObject(
	String^ objectPathOrID
)

Parameters

objectPathOrID
Type: System..::..String
The ID property value or the full path of the object to return.

Return Value

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

See Also