Click or drag to resize

IWizardTemplatePagePop Method

Pops the previous page off the PageStack. This method is provided primarily for internal use, use with caution. Use PagePush(Int32) to push a new page onto the page stack.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
int PagePop()

Return Value

Type: Int32
The page number of the most recently visited previous page.
See Also