| BCRepositoryGetFSObject Method |
Returns a file system object with the specified ID property value or full path.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic BCFSObject GetFSObject(
string objectPathOrID
)
Public Function GetFSObject (
objectPathOrID As String
) As BCFSObject
public:
BCFSObject^ GetFSObject(
String^ objectPathOrID
)
member GetFSObject :
objectPathOrID : string -> BCFSObject
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