Click or drag to resize
EfficientStorageManagerGetRelativePath Method
Gets the path of the identifier relative to the root directory.

Namespace: Activsoft.Storage
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public string GetRelativePath(
	int id
)

Parameters

id
Type: SystemInt32
The identifier.

Return Value

Type: String
The path relative to the root directory.
See Also