Table of Contents

Class ComponentPropertiesCommandArgsBase

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

Represents the base arguments of the commands which process component properties. Identifies a specific component definition.

public abstract class ComponentPropertiesCommandArgsBase
Inheritance
object
ComponentPropertiesCommandArgsBase
Derived
Extension Methods

Properties

ComponentType

Component identifier.

public ComponentDefinitionTypeEnum ComponentType { get; set; }

Property Value

ComponentDefinitionTypeEnum

Identifier

Component identifier.

public string Identifier { get; set; }

Property Value

string

TypeIdentifier

Component type identifier.

public string TypeIdentifier { get; set; }

Property Value

string