ITransitionReorderActions Method
|
Reorders
Actions in the transition. This changes their order of execution.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void ReorderActions(
string[] orderedActionIds
)
Sub ReorderActions (
orderedActionIds As String()
)
void ReorderActions(
array<String^>^ orderedActionIds
)
abstract ReorderActions :
orderedActionIds : string[] -> unit
Parameters
- orderedActionIds
- Type: SystemString
The order of new action IDs
Exceptions Exception | Condition |
---|
ArgumentException | When there are action IDs in the parameter that don't exist in the current collection. |
Remarks
Any action IDs that don't exist in the current actions list are ignored. However, if the new ordered IDs are missing any existing action IDs, an error is thrown
See Also