Class ParameterReplaceAction
Inheritance
ParameterReplaceAction
Assembly: DotNetNuke.dll
Syntax
public class ParameterReplaceAction
Constructors
ParameterReplaceAction()
Declaration
public ParameterReplaceAction()
Properties
ChangeToSiteRoot
Declaration
public bool ChangeToSiteRoot { get; set; }
Property Value
LookFor
Declaration
public string LookFor { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
PortalId
Declaration
public int PortalId { get; set; }
Property Value
ReplaceWith
Declaration
public string ReplaceWith { get; set; }
Property Value
TabId
Declaration
public int TabId { get; set; }
Property Value
Extension Methods