The IRedirection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Enabled |
Enabled the Redirection.
| |
| Id |
Primary ID.
| |
| IncludeChildTabs |
This value will be available when SourceTabId have a specific value, in that way when this value is true, page will rediect
to target when request source tab and all child tabs under source tab.
| |
| MatchRules |
request match rules.
| |
| Name |
Redirection name.
| |
| PortalId |
Portal Id.
| |
| SortOrder |
Redirection's Order
| |
| SourceTabId |
if redirect by visit the whole portal, this value should be -1;
otherwise should be the exactly page id for redirection.
| |
| TargetType |
Redirection target type.
| |
| TargetValue |
Redirection target value, can a portal id, tab id or a specific url.
| |
| Type |
The redirection type: should be Mobile, Tablet, Both of mobile and tablet, and all other unknown devices.
if this value is Other, should use MatchRules to match the special request need to redirect.
|