PageSet.addMembers (Method)
Adds one or more members to the end of the page set list.
Returns:
Void
Arguments:
Name | Type | Required | Description |
---|---|---|---|
pageSetID | PageSetID | Required | A page set's ID. |
pageIDList | RealPageID_NonTemplate_List | Required | A comma-delimited list of page IDs naming the pages that will become members of the page set. |
Context:
License Requirements | PageSet |
Permission Requirements | pageSet:Author |
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 | This method may be customized at the site level |
Error Codes:
Code | Error Message |
---|---|
34000 | One or more of the specified pages is already a member of a page set. |
Notes:
None