CustomElement.getInfo (Method)
Returns a structure containing information about a custom element; for example, the field's owner, a category name, description, type, and so on.
Returns:
CustomElement_GetInfo_Result (struct)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
Owner | Person_LastNameFirstNameMiddleName | The custom element's owner. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
elementID | CustomElementID | Required | A custom element's ID. |
Context:
License Requirements | None |
Permission Requirements | (none) |
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