Tree.removeSubsiteBindings (Method)
Removes subsite bindings for the specified tree.
Returns:
Void
Arguments:
Name | Type | Required | Description |
---|---|---|---|
treeID | TreeID | Required | The tree Id for which subsite binding need to be removed. |
subsiteIDList | SubsiteIDList_All | Required | The subsite Id list for which bindings need to be removed, or 'All', which removes any that currently exist. |
Context:
License Requirements | (none) |
Permission Requirements | treeNav:Edit |
Deny Context | (none) |
Require Context | AuthoringEnabled |
Author Lock | (not required) |
Transaction Logging | If transaction logging is enabled at the site level, calls to this method will be logged |
Customization | Customization is not supported for this method. |
Error Codes:
Code | Error Message |
---|---|
403 | |
87523 | You do not have admin permissions for following subsites.$1 |
Notes:
None