AboutContactLogin

Index

ReorderGroup

The ReorderGroup method changes the ordering of items in a group using one of the predefined sort orders.

void ReorderGroup(
    int groupId,
    GroupShiftOrder shiftOrder
    )

Parameters

groupId
Identifier of the group to reorder
shiftOrder
Sort order to use

Remarks

The group identified by the groupId parameter must be owned by the currently authenticated user.

See Also