Table of Contents

Class FormComponentCommandContext

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Form component command context.

public sealed class FormComponentCommandContext
Inheritance
object
FormComponentCommandContext
Extension Methods

Properties

CommandName

Name of the component command to invoke.

public string CommandName { get; set; }

Property Value

string

FormName

Name of the form the component belongs to.

public string FormName { get; set; }

Property Value

string