Class Redirection
Assembly: DotNetNuke.dll
Syntax
public class Redirection : IRedirection, IHydratable
Constructors
Redirection()
Declaration
Properties
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Id
Declaration
public int Id { get; set; }
Property Value
IncludeChildTabs
Declaration
public bool IncludeChildTabs { get; set; }
Property Value
KeyID
Declaration
public int KeyID { get; set; }
Property Value
MatchRules
Declaration
public IList<IMatchRule> MatchRules { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
PortalId
Declaration
public int PortalId { get; set; }
Property Value
SortOrder
Declaration
public int SortOrder { get; set; }
Property Value
SourceTabId
Declaration
public int SourceTabId { get; set; }
Property Value
TargetType
Declaration
public TargetType TargetType { get; set; }
Property Value
TargetValue
Declaration
public object TargetValue { get; set; }
Property Value
Type
Declaration
public RedirectionType Type { get; set; }
Property Value
Methods
Fill(IDataReader)
Declaration
public void Fill(IDataReader dr)
Parameters
Implements
Extension Methods