This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Determines whether there is a previous page to go back to when paging is set to true.

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

Syntax

C#Copy imageCopy Code
public bool CanGoBack { get; }
Visual Basic (Declaration)Copy imageCopy Code
Public ReadOnly Property CanGoBack As 
	Get

Field Value

true if going back is possible; otherwise, false.

Return Value

Boolean

See Also

Advanced