Click or drag to resize

IWizardTemplateChainToWizard Method

Overload List
  NameDescription
Public methodChainToWizard(String, String)
Chain to another wizard programmatically. Typically wizards are chained together in meta-data by setting the ChainsToWizard attribute and an appropriate FinishTarget. Wizard chaining allows multiple wizard pages to be glued together into, essentially, one wizard. In general the platform attempts to glue the wizards together as seamlessly as possible in order to provide the appearance to the end use of a single wizard. Note that internally this method performs a call to Navigate(String, String, String, String, NavigateAttrs, String). If more navigation control is required in programmatic chaining, use the ChainToWizard(String, String, String, String, NavigateAttrs, String) overload.
Public methodChainToWizard(String, String, String, String, NavigateAttrs, String)
Chain to another wizard programmatically. Typically wizards are chained together in meta-data by setting the ChainsToWizard attribute and an appropriate FinishTarget. Wizard chaining allows multiple wizard pages to be glued together into, essentially, one wizard. In general the platform attempts to glue the wizards together as seamlessly as possible in order to provide the appearance to the end use of a single wizard. Note that internally this method performs a call to Navigate(String, String, String, String, NavigateAttrs, String). Generally programmatic chaining is performed using the simpler ChainToWizard(String, String) overload.
Top
See Also