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 last 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 = "LastResult")]
public int GetLastResult()
Visual Basic (Declaration)Copy imageCopy Code
<(IsExtensionMethod := True, Name := "LastResult")> _
Public Function GetLastResult As Integer

Return Value

Integer

See Also

Advanced