Element.updateElementInfo (Method)
Updates an element's name, description and categorization.
Returns:
Void
Arguments:
Name | Type | Required | Description |
---|---|---|---|
elementID | ElementTypeID | Required | The unique ID of the element. |
name | PlainText_NonNull_255 | Required | The name of the element. |
description | NonNullString_2000 | Required | The element's description. |
categoryID | ElementCategoryID_0 | Required | The ID of the new element's category. |
Context:
License Requirements | None |
Permission Requirements | site:ManageElements |
Deny Context | None |
Require Context | AuthoringEnabled |
Author Lock | (not required) |
Transaction Logging | If transaction logging is enabled at the site level, calls to this method will be logged |
Customization | This method may be customized at the site level |
Error Codes:
None
Notes:
None