This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the index of the first result on the current page.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(IsExtensionMethod = true, Name = "FirstResult")]
public int GetFirstResult()
Visual Basic (Declaration)Copy imageCopy Code
<(IsExtensionMethod := True, Name := "FirstResult")> _
Public Function GetFirstResult As Integer

Return Value

Integer

See Also

Advanced