Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint Foundation 2010
Removes the specified role definition from the binding collection.
SP.RoleDefinitionBindingCollection.remove(roleDefinition);
Parameters
- roleDefinition
Specifies the role definition to be removed.
Type: SP.RoleDefinition
Applies To
SP.RoleDefinitionBindingCollection Class
Remarks
It must not be null.
See Also
Reference
SP.RoleDefinitionBindingCollection Methods