Represents a paginated list of Challenge elements. It allows you to easily access and manipulate the elements in the paginated list, such as the size of the list and the next and previous URLs.
Fields
readonly ulong TotalCount[Get]
It indicates the total number of entries in the list, across all pages from Challenge.
Member Functions
ChallengeList
( IntPtr a )
Instantiates a C# wrapper class that wraps a native list by pointer. Used internally by Platform SDK to wrap the list.