XMLPublications (Component)

 

Methods:

changeDefinitionState Changes the state of an XML publication's definition to active or inactive.
changeFormatState Changes the state of an XML publication format to active or inactive.
changeItemFieldBindingState Changes an XML publication's binding state to active or inactive.
deleteDefinition Deletes an XML publication's definition and all of its metadata fields, item fields, bindings, formats, and XML publications.
deleteFormat Deletes an XML publication's format and all associated XML publications.
deleteItemFieldBinding Deletes an item field binding.
getBindableElementFields Returns zero or more structures, each containing information about a field within the Element that CommonSpot can bind. Structure members contain the field's description, name, and ID.
getDefinitionList Returns zero or more structures, each containing information on an XML publication. Structure members contain information on an XML feed's ID, name, state, and a publication count.
getFormatList Returns zero or more structures, each containing information about an XML publication format. Structure members include a description, feed count, name, and so on.
getItemFieldBindingList 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.
getItemFieldBindings Returns zero or more structures, each containing information on what fields are bound to which item field bindings for a publication definition and an element type.
getItemFieldDetail Returns zero or more structures, each containing information on an item field, as follows: 'Description', 'ID', 'Name', and 'RequiredItemField'.
getItemFields Returns zero or more structures, each containing information about the item fields associated with a publication, as follows: 'BindingCount', 'FieldID', 'Name', and 'RequiredItemField'.
getList Returns zero or more structures, each containing information about XML publications within the site. The returned information can be constrained using the 'definitionID' and 'formatID' arguments.
getXSLTModuleList Returns zero or more structures, each containing information about the file name and path for an XML publication's format XSLT modules.
saveDefinition Either saves an existing XML publication definition or creates a new one.
saveFormat Saves or updates an XML publication format.
saveItemField Saves or updates an item's field.
saveItemFieldsOrder Tells CommonSpot to display item fields into the order in which they are listed within the 'itemFieldIDList' argument.