Web API Reference | MapGuide Open Source |
Sets the permissions for all descendants of a specified folder to be inherited from the folder.
.NET Syntax
Java Syntax
PHP Syntax
Example (PHP)
// Assuming $resourceService is already initialized. $resourceID= new MgResourceIdentifier("Library://Geography/"); $resourceService->InheritPermissionsFrom($resourceID);
|