Click or drag to resize

BCRepositoryGetFSObject Method

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: 4.0.0.0 (4.0.111.0)
Syntax
public BCFSObject GetFSObject(
	string objectPathOrID
)

Parameters

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

Return Value

Type: BCFSObject
The file system object with the specified ID property value or full path.
See Also