Class ExtensionSelectorComponentAttribute
- Namespace
- Kentico.Xperience.Admin.Base.FormAnnotations
- Assembly
- Kentico.Xperience.Admin.Base.Shared.dll
Indicates that the ExtensionSelector form component will be used for editing of this property value in the administration interface.
public class ExtensionSelectorComponentAttribute : FormComponentAttribute
- Inheritance
-
objectAttributeExtensionSelectorComponentAttribute
- Inherited Members
- Extension Methods
Remarks
The underlying property must be of the type 'string'.
Constructors
ExtensionSelectorComponentAttribute()
public ExtensionSelectorComponentAttribute()
Properties
AllowedExtensions
Represents the allowed extensions selected by the component.
public string AllowedExtensions { get; set; }
Property Value
- string