This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
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).

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

Syntax

C#Copy imageCopy Code
[(IsExtensionMethod = true)]
public bool Initialized()
Visual Basic (Declaration)Copy imageCopy Code
<(IsExtensionMethod := True)> _
Public Function Initialized As 

Return Value

See Also

Advanced