XMLPublications.getItemFieldBindingList (Method)

Returns zero or more structures, each containing information about the elements bound to a publication definition; for example, 'BindingID', 'ElementType', 'PublicationDefinitionName'. 'State', and so on.

Returns:

XMLPublications_GetItemFieldBindingList_Result (query)

Each row of the returned query results has the following fields:

Field Name Type Description
BindingID XMLPublicationBindingID An item field binding's ID.
ElementType PlainText_NonNull The element type's name.
ElementTypeID ElementTypeID The element type's ID.
PublicationDefinitionID XMLPublicationDefinitionID The publication definition's ID.
PublicationDefinitionName PublicationDefinitionName The publication definition's name.
State XMLPublicationState The item field binding's state, which is either 'Active' or 'Inactive'.

Arguments:

Name Type Required Description
definitionID XMLPublicationDefinitionID_0 Optional. Defaults to '0'. The ID of an XML publication definition ID. If this value is 0, CommonSpot returns all definitions.
state GeneralStateFilter Optional. Defaults to 'All'. String identifying a general state, as follows: 'Active', 'Inactive', or 'All'.

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