Gets a value whether the paging state has been initialized with data.
Use this method to see whether there are no records or the totalcount has not been set (in both situations, GetTotalCount() returns 0).

This viper method also supports the extension viper syntax.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean this.initialized()

Extension Viper Syntax

Smartsite SXML CopyCode image Copy Code
boolean page.<id>.initialized()

Parameters

This Viper method does not expose any parameters.

Return Value

Data Type Description
Boolean

Used in

Macro Description
Paging Paging macro. Holds state for paging through large datasets.
Can be used in combination with existing datatables to page through large datasets.
Use in combination with macros/vipers that return datatables.
SXML