Controller | 
| Name | Description | |
|---|---|---|
| ReplaceOrCreateElementMap(ElementAssignment) | Replaces an existing ActionElementMap with a new assignment. ElementAssignment.elementMapId must be set to the ActionElementMap.id of the assignment to replace if replacing. If no ActionElementMap is found matching that id, a new ActionElementMap will be created instead. | |
| ReplaceOrCreateElementMap(ElementAssignment, ActionElementMap) | Replaces an existing ActionElementMap with a new assignment. ElementAssignment.elementMapId must be set to the ActionElementMap.id of the assignment to replace if replacing. If no ActionElementMap is found matching that id, a new ActionElementMap will be created instead. |