Click or drag to resize

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.5.94
Syntax
void ReorderActions(
	string[] orderedActionIds
)

Parameters

orderedActionIds
Type: SystemString
The order of new action IDs
Exceptions
ExceptionCondition
ArgumentExceptionWhen 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