Click or drag to resize

IWizardTemplatePageStack Property

Gets the current page stack. Page numbers are 1-based, and the first element in the array is the bottom of the stack. Note that the CurrentPage is NOT on the stack. The following stack manipulation methods are provided primarily for internal use, use with caution:

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
int[] PageStack { get; }

Property Value

Type: Int32
The current page stack (1-based indices).
See Also