These properties will force the page where this web part is installed to be redirected if certain qualifications are met.
This manages the setup of when the page should be redirected. This supports the Common Use Variables stated at the beginning of this help topic. You must encode the < and > symbol when using the parameters (e.g., < < and > >).
Example:
<Config>
<Setup><!-- If the Page Request (GoWhere) equals "solution", redirect to url -->
<Request>GoWhere</Request>
<RequestText>solution</RequestText>
<RequestRedirectURL>http://solutions.corasworks.net</RequestRedirectURL>
</Setup>
<Setup>…</Setup>
<Setup><!-- If the previous setup nodes are not true, always redirect to default URL -->
<DefaultRedirectURL>http://www.coraworks.net</DefaultRedirectURL>
</Setup>
</Config>
The default URL used if no qualifications are met. This must be the last node used within its own setup nod. Otherwise, it will run early in the process.
The page request name to look for and use within the qualification.
The URL to redirect to if the qualification is met.
The text to look for to match against. This can be empty.
Use this passcode with the StopTheRedirect parameter in your URL to stop the redirect from occurring.