Class ParameterRedirectAction
Inheritance
System.Object
ParameterRedirectAction
Assembly: DotNetNuke.dll
Syntax
public class ParameterRedirectAction : object
Properties
|
Improve this Doc
View Source
Action
Declaration
public string Action { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ChangeToSiteRoot
Declaration
public bool ChangeToSiteRoot { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ForDefaultPage
Declaration
public bool ForDefaultPage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LookFor
Declaration
public string LookFor { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PortalId
Declaration
public int PortalId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RedirectTo
Declaration
public string RedirectTo { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TabId
Declaration
public int TabId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods