The Redirection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Redirection | DotNetNuke.Services.Mobile.Redirection |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Fill |
Fill the object with data from database.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToJson |
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
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.
|