Table of Contents

Class UrlListItem

Namespace
Kentico.Xperience.Admin.Websites.UIPages
Assembly
Kentico.Xperience.Admin.Websites.dll

Represents a URL item in the URL list.

public sealed class UrlListItem
Inheritance
object
UrlListItem
Extension Methods

Constructors

UrlListItem()

public UrlListItem()

Properties

PublishedWebPageUrlPathId

Web page URL published path identifier.

public int PublishedWebPageUrlPathId { get; set; }

Property Value

int

WebPageUrl

Current web page URL.

public string WebPageUrl { get; set; }

Property Value

string

WebPageUrlIsInvalid

Indicating whether the URL item is invalid.

public bool WebPageUrlIsInvalid { get; set; }

Property Value

bool

WebPageUrlIsLive

Indicating whether the URL is accessible on live site.

public bool WebPageUrlIsLive { get; set; }

Property Value

bool

WebPageUrlPathBase

Web page URL path base.

public string WebPageUrlPathBase { get; set; }

Property Value

string

WebPageUrlPathGuid

Web page URL path GUID.

public Guid WebPageUrlPathGuid { get; set; }

Property Value

Guid

WebPageUrlPathId

Web page URL path identifier.

public int WebPageUrlPathId { get; set; }

Property Value

int

WebPageUrlPathIsCanonical

Indicating whether the web page URL path is canonical.

public bool WebPageUrlPathIsCanonical { get; set; }

Property Value

bool

WebPageUrlPathSlug

Web page URL path slug.

public string WebPageUrlPathSlug { get; set; }

Property Value

string

WebPageUrlPathType

Type of the web page URL path.

public WebPageUrlPathTypeClient WebPageUrlPathType { get; set; }

Property Value

WebPageUrlPathTypeClient