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