BreakRoleInheritance
Breaks the security inheritance of a list, or list item so that role assignments on the parent object no longer apply to the child object.
Input
Name | Type | Description |
List | String | The internal name of the list to break the security inheritance. |
ItemId | Int | The list item id to break the security inheritance. |
CopyRoleAssignments | Boolean | Specifies whether to copy the role assignments from the parent object.
The default value is true. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Indicates whether the operation was successful or not. |
ErrorCode | Integer | The error code in case the procedure is not executed successfully. |
ErrorMessage | String | The error message in case the procedure is not executed successfully. |