Element.getXMLPublications (Method)
Returns zero or more structures containing information describing the XML publications associated with an element; for example, 'Description', 'Name', 'State', and so on.
Returns:
Element_GetXMLPublications_Result (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
Description | PlainText | The XML publication instance's description. |
FormatsIconList | List | A comma-delimited list of the full path names to the icons representing XML publication formats associated with this XML publication instance. |
FormatsList | List | A comma-delimited list of the XML publication formats associated with this XML publication instance. |
FormatsURLList | List | A '|'-delimited list of URLs to the XML publication formats associated with this XML publication instance. |
Name | PlainText | The XML publication instance's name. |
State | ElementPublicationState | The XML publication instance's state; for example, 'Active', 'Inactive', and so on. |
XMLPublicationID | XMLPublicationInstanceID | An XML publication instance's ID, which is the feed's instance ID. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
pageID | PageID | Required | A page's ID. |
elementID | ControlID | Required | An element'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