Show / Hide Table of Contents

Interface IRedirection

Namespace: DotNetNuke.Services.Mobile
Assembly: DotNetNuke.dll
Syntax
public interface IRedirection

Properties

Enabled

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

Id

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

IncludeChildTabs

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

MatchRules

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

Name

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

PortalId

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

SortOrder

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

SourceTabId

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

TargetType

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

TargetValue

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

Type

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

Extension Methods

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