Overload List
Name | Description | |
---|---|---|
![]() ![]() | GetByIndexRange(String, Int32, ListReturnType, CTX) |
Create list get by index range operation.
Server selects list items starting at specified index to the end of list and returns selected
data specified by returnType.
|
![]() ![]() | GetByIndexRange(String, Int32, Int32, ListReturnType, CTX) |
Create list get by index range operation.
Server selects "count" list items starting at specified index and returns selected data specified
by returnType.
|
See Also