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
-
objectComponentPropertiesCommandArgsBase
- Derived
- Extension Methods
Properties
ComponentType
Component identifier.
public ComponentDefinitionTypeEnum ComponentType { get; set; }
Property Value
Identifier
Component identifier.
public string Identifier { get; set; }
Property Value
- string
TypeIdentifier
Component type identifier.
public string TypeIdentifier { get; set; }
Property Value
- string