The Redirection type exposes the following members.

Properties

  NameDescription
Public propertyEnabled
Whether this redirection is available.
Public propertyId
Redirection's primary key.
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 propertyKeyID
IHydratable.KeyID.
Public propertyMatchRules
When redirection type is RedirectionType.Other, should use this collection to match the request by capability info.
Public propertyName
Redirection name.
Public propertyPortalId
The portal Redirection is belong to.
Public propertySortOrder
Redirection's piority.
Public propertySourceTabId
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.
Public propertyTargetType
Redirection's target type, should be: Portal, Tab, Url
Public propertyTargetValue
the redirection's target value, this value will determine by TargetType as:
  • TargetType.Portal: this value should be a portal id.
  • TargetType.Tab: this value should be a tab id.
  • TargetType.Url: this value should be a valid url.
Public propertyType
Redirection Type: Mobile, Tablet, Both or Other.

See Also