Click or drag to resize

BCRepositoryFSObjectExists Method

Determines whether the specified file system object exists.

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 bool FSObjectExists(
	string objectPathOrID
)

Parameters

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

Return Value

Type: Boolean
if the specified file system object exists; otherwise, .
See Also