start_index


Description:

public uint start_index { get; set; }

The one-based index of the first result to be retrieved.

Use next_page and previous_page to implement pagination, rather than manually changing start_index.

Use <code class="literal">0</code> to not specify a start index.