RemoveByIndexRange(String, Int32, ListReturnType, CTX[]) | Create list remove operation. Server removes list items starting at specified index to the end of list and returns removed data specified by returnType. |
RemoveByIndexRange(String, Int32, Int32, ListReturnType, CTX[]) | Create list remove operation. Server removes "count" list items starting at specified index and returns removed data specified by returnType. |