Interface IRedirection
Assembly: DotNetNuke.dll
Syntax
public interface IRedirection
Properties
Enabled
Declaration
bool Enabled { get; set; }
Property Value
Id
Declaration
Property Value
IncludeChildTabs
Declaration
bool IncludeChildTabs { get; set; }
Property Value
MatchRules
Declaration
IList<IMatchRule> MatchRules { get; set; }
Property Value
Name
Declaration
string Name { get; set; }
Property Value
PortalId
Declaration
int PortalId { get; set; }
Property Value
SortOrder
Declaration
int SortOrder { get; set; }
Property Value
SourceTabId
Declaration
int SourceTabId { get; set; }
Property Value
TargetType
Declaration
TargetType TargetType { get; set; }
Property Value
TargetValue
Declaration
object TargetValue { get; set; }
Property Value
Type
Declaration
RedirectionType Type { get; set; }
Property Value
Extension Methods