| BCRepositoryPathToID Method |
Returns the ID property value of a file system object with the specified 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 string PathToID(
string objectPath
)
Public Function PathToID (
objectPath As String
) As String
public:
String^ PathToID(
String^ objectPath
)
member PathToID :
objectPath : string -> string
Parameters
- objectPath
- Type: SystemString
The full path to the object.
Return Value
Type:
StringThe
ID property value of the file system object with the specified full path.
See Also