Deletes resource data from the specified resource.
.NET Syntax
Java Syntax
PHP Syntax
Example (PHP)
// Assuming that $resourceService has already been initialized $resourceID = new MgResourceIdentifier("Library://Geography/Calgary points of interest.FeatureSource"); $resourceService->DeleteResourceData($resourceID, "locations of historical sites");
|