Table of Contents

Class WebPageLinkItem

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

Represents item for page link.

public sealed class WebPageLinkItem
Inheritance
object
WebPageLinkItem
Extension Methods

Constructors

WebPageLinkItem()

public WebPageLinkItem()

Properties

UrlPath

Link URL path.

public UrlPath UrlPath { get; set; }

Property Value

UrlPath

WebPageGuid

Web page GUID.

public Guid WebPageGuid { get; set; }

Property Value

Guid