Table of Contents

Class UrlEditFormSubmissionCommandResult

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

Command result for the URL edit form submission.

public sealed class UrlEditFormSubmissionCommandResult
Inheritance
object
UrlEditFormSubmissionCommandResult
Extension Methods

Constructors

UrlEditFormSubmissionCommandResult()

public UrlEditFormSubmissionCommandResult()

Properties

Items

In case of failure or failed validation contains edited page form fields with data.

public ICollection<IFormItemClientProperties> Items { get; set; }

Property Value

ICollection<IFormItemClientProperties>

Status

Command result status.

public WebPageCommandResultStatus Status { get; set; }

Property Value

WebPageCommandResultStatus

WebPageUrl

New web page URL.

public string WebPageUrl { get; set; }

Property Value

string

WebPageUrlPathId

Identifier of the web page URL path that was edited.

public int WebPageUrlPathId { get; set; }

Property Value

int

WebPageUrlPathSlug

New web page URL path slug.

public string WebPageUrlPathSlug { get; set; }

Property Value

string