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