PageSet.getInfo (Method)
Returns a structure containing general information on a PageSet; for example, the page set's availability, name, number of members, and so on.
Returns:
PageSet_GetInfo_Result (struct)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
FileName | Filename | The page set's file name. |
LanguageName | LanguageName | The page's language. |
PageSetMembers | NonNegativeInteger | The number of page set members. |
ShowInList | ShowInList_EmptyString | A comma-delimited list of one or more 'showIn' values; for example, 'PageIndex', 'SearchResults', or an empty string. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
pageSetID | PageSetID | Required | A page set's ID. |
Context:
License Requirements | None |
Permission Requirements | ContributorOrServerCode |
Deny Context | None |
Require Context | None |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | This method may be customized at the site level |
Error Codes:
None
Notes:
None