Element.checkPropertiesForCloneLayout (Method)
Returns an structure describing the properties which can be cloned for the specified element.
Returns:
Element_CheckPropertiesForCloneLayout_Result (struct)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
LayoutAndFont | Boolean | Boolean flag which when true indicates that layout and font can be cloned. |
Metadata | Boolean | Boolean flag which when true indicates that metadata can be cloned. |
Style | Boolean | Boolean flag which when true indicates that style can be cloned. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
pageID | ID_NEG1 | Required | The unique ID of the page that the element resides on. |
elementID | ControlID_0 | Required | An element's ID. |
Context:
License Requirements | None |
Permission Requirements | Contributor |
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