Reorders Actions in the transition. This changes their order of execution.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
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