The Redirection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Enabled |
Whether this redirection is available.
|
![]() | Id |
Redirection's primary key.
|
![]() | 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.
|
![]() | KeyID |
IHydratable.KeyID.
|
![]() | MatchRules |
When redirection type is RedirectionType.Other, should use this collection to match the request by capability info.
|
![]() | Name |
Redirection name.
|
![]() | PortalId |
The portal Redirection is belong to.
|
![]() | SortOrder |
Redirection's piority.
|
![]() | SourceTabId |
The redirection's match source tab. if this value is Null.NullInteger(-1) means should redirect when request the whole current portal;
otherwise means this redirection will be available for the specific tab.
|
![]() | TargetType |
Redirection's target type, should be: Portal, Tab, Url
|
![]() | TargetValue |
the redirection's target value, this value will determine by TargetType as:
|
![]() | Type |
Redirection Type: Mobile, Tablet, Both or Other.
|