Table of Contents

Class UrlWebPageCommandResult

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

Result of command executed on URLs tab.

public sealed class UrlWebPageCommandResult : WebPageCommandResultBase
Inheritance
object
UrlWebPageCommandResult
Inherited Members
Extension Methods

Constructors

UrlWebPageCommandResult()

public UrlWebPageCommandResult()

Properties

RedirectCategoryConfiguration

Redirect category configuration.

public RedirectCategoryConfiguration RedirectCategoryConfiguration { get; set; }

Property Value

RedirectCategoryConfiguration

TargetUrl

Target URL to redirect to if the command was successful.

public string TargetUrl { get; set; }

Property Value

string

UrlListItems

List of URL items.

public IEnumerable<UrlListItem> UrlListItems { get; set; }

Property Value

IEnumerable<UrlListItem>