IWizardTemplateGetChainingQueryParams Method |
Generates the query parameters required to carry wizard progress forward when
chaining from the current wizard instance to another wizard instance. The
parameters are properly URI encoded and start with a separating ampersand. If
the current wizard was itself chained to, the parameters include the requisite
information.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string GetChainingQueryParams(
int flags
)
Function GetChainingQueryParams (
flags As Integer
) As String
Parameters
- flags
- Type: SystemInt32
Provided for future use.
Return Value
Type:
StringThe query parameters ready for use in a url.
See Also