Show / Hide Table of Contents

Class ParameterReplaceAction

Inheritance
object
ParameterReplaceAction
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Urls
Assembly: DotNetNuke.dll
Syntax
public class ParameterReplaceAction

Constructors

ParameterReplaceAction()

Declaration
public ParameterReplaceAction()

Properties

ChangeToSiteRoot

Declaration
public bool ChangeToSiteRoot { get; set; }
Property Value
Type Description
bool

LookFor

Declaration
public string LookFor { get; set; }
Property Value
Type Description
string

Name

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

PortalId

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

ReplaceWith

Declaration
public string ReplaceWith { get; set; }
Property Value
Type Description
string

TabId

Declaration
public int TabId { get; set; }
Property Value
Type Description
int

Extension Methods

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