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
)
Public Function FSObjectExists (
objectPathOrID As String
) As Boolean
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