Table of Contents

Class UrlDataNode

Namespace
Dynamicweb.Frontend.UrlHandling
Assembly
Dynamicweb.dll
public class UrlDataNode
Inheritance
UrlDataNode
Inherited Members

Properties

AreaId

public int AreaId { get; set; }

Property Value

int

Id

public string Id { get; set; }

Property Value

string

IgnoreInChildPath

public bool IgnoreInChildPath { get; set; }

Property Value

bool

IgnoreParentPath

public bool IgnoreParentPath { get; set; }

Property Value

bool

IgnoreParentQuerystring

public bool IgnoreParentQuerystring { get; set; }

Property Value

bool

IncludeInSitemapXml

public bool IncludeInSitemapXml { get; set; }

Property Value

bool

ParentId

public string ParentId { get; set; }

Property Value

string

PathExact

public string PathExact { get; set; }

Property Value

string

PathName

public string PathName { get; set; }

Property Value

string

ProviderParameters

public string ProviderParameters { get; set; }

Property Value

string

ProviderTypeName

public string ProviderTypeName { get; set; }

Property Value

string

QueryStringExact

public string QueryStringExact { get; set; }

Property Value

string

QueryStringParameter

public string QueryStringParameter { get; set; }

Property Value

string

QueryStringValue

public string QueryStringValue { get; set; }

Property Value

string
To top