XMLPublications.getItemFieldBindings (Method)
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.
Returns:
XMLPublications_GetItemFieldBindings_Result (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
ElementFieldID | FieldID | The element field's ID. |
ElementFieldName | PlainText_NonNull_255 | The name of the element field. |
ItemFieldID | XMLPublicationItemFieldID | The item field's ID. |
ItemFieldName | PlainText_NonNull_255 | The item field's name. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
definitionID | XMLPublicationDefinitionID | Required | The ID of an XML publication definition. |
elementTypeID | ElementTypeID_0 | Required | The element type'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:
Code | Error Message |
---|---|
65010 | You cannot get the binding ID. |
Notes:
None