The IRedirection type exposes the following members.

Properties

  NameDescription
Public propertyEnabled
Enabled the Redirection.
Public propertyId
Primary ID.
Public propertyIncludeChildTabs
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.
Public propertyMatchRules
request match rules.
Public propertyName
Redirection name.
Public propertyPortalId
Portal Id.
Public propertySortOrder
Redirection's Order
Public propertySourceTabId
if redirect by visit the whole portal, this value should be -1; otherwise should be the exactly page id for redirection.
Public propertyTargetType
Redirection target type.
Public propertyTargetValue
Redirection target value, can a portal id, tab id or a specific url.
Public propertyType
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.

See Also