Table of Contents

Class ComponentPropertiesFormSubmissionCommandResult

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

Represents a result of the command which validates incoming form components.

public class ComponentPropertiesFormSubmissionCommandResult
Inheritance
object
ComponentPropertiesFormSubmissionCommandResult
Extension Methods

Properties

FormItems

Collection of form items.

public IEnumerable<IFormItemClientProperties> FormItems { get; set; }

Property Value

IEnumerable<IFormItemClientProperties>

IsValid

Indicates whether all components are valid.

public bool IsValid { get; set; }

Property Value

bool