Table of Contents

Class WebPageCommandResult

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

Web page command result.

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

Properties

Items

Gets or sets the form components representing edited form fields.

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

Property Value

ICollection<IFormItemClientProperties>

TargetUrl

Target URL to redirect to if the command was successful.

public string TargetUrl { get; set; }

Property Value

string