PermissionListDelete method: PortalRegistry class
Syntax
PermissionListDelete(PermListName)
Description
Use the PermissionListDelete method to delete the specified permission list from the PortalRegistry.
If you try to delete a permission list that is still in use, you receive an error when you try to save the object.
The permission list is deleted from all the portal objects for all the portal.
Parameters
| Parameter | Description |
|---|---|
|
PermListName |
Specify the permission list to delete from the PortalRegistry. |
Returns
A Boolean value: True if the permission list is successfully deleted, False otherwise.