Click or drag to resize
UniGridFunctionsTryParseMoveActionArguments Method
Returns arguments for move action.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax
C#
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: Boolean
True in case that command value can be parsed.
See Also