Determines whether the specified file system object exists.

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 bool FSObjectExists(
	string objectPathOrID
)
Visual Basic
Public Function FSObjectExists ( _
	objectPathOrID As String _
) As Boolean
Visual C++
public:
bool FSObjectExists(
	String^ objectPathOrID
)

Parameters

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

Return Value

trueTruetruetrue (True in Visual Basic) if the specified file system object exists; otherwise, falseFalsefalsefalse (False in Visual Basic).

See Also