XMLPublications.getItemFields (Method)
Returns zero or more structures, each containing information about the item fields associated with a publication, as follows: 'BindingCount', 'FieldID', 'Name', and 'RequiredItemField'.
Returns:
XMLPublications_GetItemFields_Result (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
BindingsCount | Integer | The number of element 'fields' that are bound to this Item Field. |
FieldID | ID | An item field's ID. |
Name | PlainText_255 | An item field's name. |
RequiredItemField | Boolean | Boolean flag which when set to true indicates that this item field must be bound to an element's field. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
definitionID | XMLPublicationDefinitionID | Required | The ID of an XML publication definition. |
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