UniGridFunctionsTryParseMoveActionArguments Method |
Returns arguments for move action.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax public static bool TryParseMoveActionArguments(
string commandValue,
out string identifier,
out int originalIndex,
out int newIndex
)
Parameters
- commandValue
- Type: SystemString
Command value consisting of 3 arguments separated by the ':' character.
First part represents object identifier.
Second a third parts are zero-based indexes.
- identifier
- Type: SystemString
Object identifier as string. - originalIndex
- Type: SystemInt32
Original index. - newIndex
- Type: SystemInt32
New index.
Return Value
Type:
BooleanTrue in case that command value can be parsed.
See Also