Class ParameterRewriteAction
Inheritance
System.Object
ParameterRewriteAction
Assembly: DotNetNuke.dll
Syntax
public class ParameterRewriteAction : object
Properties
|
Improve this Doc
View Source
ForSiteRoot
Declaration
public bool ForSiteRoot { 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
RewriteTo
Declaration
public string RewriteTo { 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