Show / Hide Table of Contents

Class Redirection

Inheritance
object
Redirection
Implements
IRedirection
IHydratable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Mobile
Assembly: DotNetNuke.dll
Syntax
public class Redirection : IRedirection, IHydratable

Constructors

Redirection()

Declaration
public Redirection()

Properties

Enabled

Declaration
public bool Enabled { get; set; }
Property Value
Type Description
bool

Id

Declaration
public int Id { get; set; }
Property Value
Type Description
int

IncludeChildTabs

Declaration
public bool IncludeChildTabs { get; set; }
Property Value
Type Description
bool

KeyID

Declaration
public int KeyID { get; set; }
Property Value
Type Description
int

MatchRules

Declaration
public IList<IMatchRule> MatchRules { get; set; }
Property Value
Type Description
IList<IMatchRule>

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

PortalId

Declaration
public int PortalId { get; set; }
Property Value
Type Description
int

SortOrder

Declaration
public int SortOrder { get; set; }
Property Value
Type Description
int

SourceTabId

Declaration
public int SourceTabId { get; set; }
Property Value
Type Description
int

TargetType

Declaration
public TargetType TargetType { get; set; }
Property Value
Type Description
TargetType

TargetValue

Declaration
public object TargetValue { get; set; }
Property Value
Type Description
object

Type

Declaration
public RedirectionType Type { get; set; }
Property Value
Type Description
RedirectionType

Methods

Fill(IDataReader)

Declaration
public void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

Implements

IRedirection
IHydratable

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS