offset(offset)

The offset from the start of a given set of CMS objects in the result set.

This method is mostly used to build paginations. It lets you skip the results that have already been processed.

The value for offset must not exceed 1000, which should be sufficient for a typical pagination. If you need to iterate over all results, you should use the iterator provided by ObjSearch.

Params

  • offset of type “Integer”

Returns

ObjSearch – Itself