Ontolica for SharePoint Public API

OntolicaQuery.Offset Property

Gets or sets the offset of the result window.

[Visual Basic]
Public Property Offset As Integer
[C#]
public int Offset {get; set;}

Property Value

A 32-bit integer that specifies the offset.

Remarks

Do not modify this property unless your component explicitly needs to handle search result paging. Leave this property untouched to let Ontolica handle search result paging.

See Also

OntolicaQuery Class | NavigoSystems.Ontolica.SharePoint.Custom Namespace