BCRepositoryPathToID Method |
Returns the ID property value of a file system object with the specified 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 string PathToID(
string objectPath
)
Public Function PathToID (
objectPath As String
) As 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