IWizardTemplatePageVisits Property  | 
 
            Gets the list of pages visited during this wizard invocation.  Page numbers are 1-based and the first element in the array 
            is the first page visited.  Visited pages may include pages beyond the current page in the case where a user moves forward
            through the wizard and then back to previously-visited pages.
            
 
    Namespace: 
   NetQuarry
    Assembly:
   EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxint[] PageVisits { get; }ReadOnly Property PageVisits As Integer()
	Get
Property Value
Type: 
Int32The visited page stack (1-based indices).
See Also