XMLPublications.getItemFieldDetail (Method)
Returns zero or more structures, each containing information on an item field, as follows: 'Description', 'ID', 'Name', and 'RequiredItemField'.
Returns:
XMLPublications_GetItemFieldDetail_Result (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
Description | PlainText_2000 | The item field's description. |
FieldID | ID | The item field's ID. |
Name | PlainText_255 | The item field's name. |
RequiredItemField | Boolean | Boolean flag which when set to true indicates that this item field needs to be bound to an element's field. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
itemFieldID | ID | Required | An item field'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 |
---|---|
65007 | You cannot get item field details (ID = $1). |
Notes:
None