RemoveByRankRange(String, Int32, ListReturnType, CTX[]) | Create list remove operation. Server removes list items starting at specified rank to the last ranked item and returns removed data specified by returnType. |
RemoveByRankRange(String, Int32, Int32, ListReturnType, CTX[]) | Create list remove operation. Server removes "count" list items starting at specified rank and returns removed data specified by returnType. |