Element.getXMLPublicationDetail (Method)
Returns a structure containing information about an XML publication definition; for example, 'Description', 'FeedCategoryName', 'KeywordList', and so on.
Returns:
Element_GetXMLPublicationDetail (struct)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
Description | PlainText | The description of the XML publication instance. |
FeedCategoryID | FeedCategoryID | The ID of the feed category under which the XML publication instance is categorized. If the instance is not categorized, this member is set to 0. |
FeedCategoryName | PlainText | The feed category's name under which the XML publication instance is categorized. If the instance is not categorized, CommonSpot returns an empty string. |
KeywordList | KeywordList_EmptyString | A comma-delimited list of keywords associated with the XML publication instance. If there are no keywords, CommonSpot sets this member to an empty string. |
Name | PlainText | The XML publication instance's name. |
PublicationDefinitionID | PublicationDefinitionID | The ID of the underlying XML publication's definition. |
PublicationDefinitionName | PlainText | The underlying XML publication definition's name. |
XMLPublicationID | XMLPublicationInstanceID | The XML publication instance ID. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
instanceID | XMLPublicationInstanceID | Required | The page's ID. |
Context:
License Requirements | None |
Permission Requirements | Contributor |
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