PageSet.saveInfo (Method)

Updates the standard metadata for the specified page set.

Returns:

Void

Arguments:

Name Type Required Description
pageSetID PageSetID Required A page set's ID.
title PlainText_NonNull_255 Required The internal CommonSpot title of the page set.
publicationDate Datetime Required The date and time at which the page set will be published.
categoryID PageCategoryID Required The ID of the page set's category.
description PlainText_2000 Optional. Defaults to an empty string. The description of the page set.
confidentialityID ConfidentialityID_0 Optional. Defaults to '0'. The ID of the confidentiality category.
showInList ShowInList_EmptyString_Inherit Optional. Defaults to 'PageIndex,SearchResults'. A comma-delimited list of one or more 'showIn' values; for example, 'PageIndex', 'SearchResults', or an empty string.
expirationDate Timestamp_EmptyString Optional. Defaults to an empty string. The date and time at which the page set will expire.
metadata MetadataValueArray Optional. Defaults to '#ArrayNew(1)#'. An array of MetadataValue structures that describes the metadata field(s) for the specified page set, or an empty array if no metadata is to be specified. Note, you should pass data in the array for all the metadata fields that have data. Any existing data, for any non-specified fields will be either be deleted (if no default value is defined for that field) or updated with the default value.

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
1000410 Another CommonSpot content object with the specified $1 already exists.

Notes:

None