(MgResourceIdentifier) The resource for which the resource data will be deleted.
dataName
(String/string) Name for data.
Returns:
Returns nothing.
Example (PHP)
// Assuming that $resourceService has already been initialized
$resourceID = newMgResourceIdentifier("Library://Geography/Calgary points of interest.FeatureSource");
$resourceService->DeleteResourceData($resourceID, "locations of historical sites");