Table of Contents

Class LinkComponent

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

Represents a link form component.

[ComponentAttribute(typeof(LinkComponentAttribute))]
public sealed class LinkComponent : FormComponent<LinkProperties, LinkClientProperties, string>, IFormComponent, IFormItem<IFormComponentClientProperties>, IFormItem
Inheritance
object
LinkComponent
Implements
Inherited Members
Extension Methods

Fields

IDENTIFIER

Represents the LinkComponent identifier.

public const string IDENTIFIER = "Kentico.Administration.Link"

Field Value

string

Properties

ClientComponentName

Name of the front-end type implementing the UI form component.

public override string ClientComponentName { get; }

Property Value

string

Methods

ConfigureClientProperties(LinkClientProperties)

Configures the form component client properties.

protected override Task ConfigureClientProperties(LinkClientProperties clientProperties)

Parameters

clientProperties LinkClientProperties

The current instance of the form component client properties.

Returns

Task

Remarks

Override this method in order to configure form component client properties.