Class ExtensionSelectorClientProperties
Represents client properties of ExtensionSelectorComponent.
public sealed class ExtensionSelectorClientProperties : FormComponentClientProperties<string>, IFormComponentClientProperties, IFormItemClientProperties
- Inheritance
-
objectFormComponentClientProperties<string>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