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