Table of Contents

Class AdditionalActionClientProperties

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

Defines client properties which are common to all additional actions.

[PolymorphicSerialization]
public abstract class AdditionalActionClientProperties
Inheritance
object
AdditionalActionClientProperties
Derived
Extension Methods

Constructors

AdditionalActionClientProperties()

protected AdditionalActionClientProperties()

Properties

ComponentName

Gets or sets the name of the front-end component of the additional action.

public string ComponentName { get; init; }

Property Value

string

Identifier

Identifier of an additional action. Has to be unique within the form component it's attached to.

public string Identifier { get; init; }

Property Value

string

IsAvailable

Determines if an additional action is available.

[JsonIgnore]
public bool IsAvailable { get; set; }

Property Value

bool

Remarks

The component is not rendered when an additional action is unavailable.