Table of Contents

Class GetUrlFormComponentsCommandResult

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

Result of the URLs tab command.

public sealed class GetUrlFormComponentsCommandResult
Inheritance
object
GetUrlFormComponentsCommandResult
Extension Methods

Constructors

GetUrlFormComponentsCommandResult()

public GetUrlFormComponentsCommandResult()

Properties

Items

Gets or sets the form components representing URL fields.

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

Property Value

ICollection<IFormItemClientProperties>