Table of Contents

Class ExtensionSelectorClientProperties

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

Represents client properties of ExtensionSelectorComponent.

public sealed class ExtensionSelectorClientProperties : FormComponentClientProperties<string>, IFormComponentClientProperties, IFormItemClientProperties
Inheritance
object
ExtensionSelectorClientProperties
Implements
Inherited Members
Extension Methods

Properties

AllowedExtensions

Represents the allowed extensions.

public string AllowedExtensions { get; set; }

Property Value

string

InheritSystemSettings

Determines if the list of allowed extensions is inherited from the settings.

public bool InheritSystemSettings { get; set; }

Property Value

bool

SettingsAllowedExtensions

Represents the allowed extensions as specified in settings.

public string SettingsAllowedExtensions { get; set; }

Property Value

string