Click or drag to resize
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.19.0)
Syntax
public string PathToID(
	string objectPath
)

Parameters

objectPath
Type: SystemString
The full path to the object.

Return Value

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