XMLPublications.getBindableElementFields (Method)
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.
Returns:
XMLPublications_GetBindableElementFields_Result (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
FieldDescription | Any | The field's description. |
FieldID | Any | The field's ID. |
FieldName | Any | The field's name. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
elementTypeID | ElementTypeID_0 | Required | An 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:
None
Notes:
None