The Redirection type exposes the following members.

Constructors

  NameDescription
Public methodRedirection
DotNetNuke.Services.Mobile.Redirection

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFill
Fill the object with data from database.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

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