Extracts the resource's path from the resource identifier.
.NET Syntax
Java Syntax
PHP Syntax
Example (PHP)
$resourceID = new MgResourceIdentifier("Library://Geography/World.MapDefinition"); $path = $resourceID->GetPath(); // returns: "Geography"
|