Class AssetSelectorProperties
Represents properties of the AssetSelectorComponent.
public class AssetSelectorProperties : FormComponentProperties, IFormComponentProperties
- Inheritance
-
objectAssetSelectorProperties
- Implements
- Inherited Members
- Extension Methods
Constructors
AssetSelectorProperties()
public AssetSelectorProperties()
Properties
AllowedExtensions
File extensions allowed in the selector.
[ExtensionSelectorComponent(Label = "{$base.forms.assetselector.allowedextensions.label$}", Tooltip = "{$base.forms.assetselector.allowedextensions.tooltip$}")]
public string AllowedExtensions { get; set; }
Property Value
- string
MaximumAssets
Maximum amount of assets in the selector.
[NumberInputComponent(Label = "{$base.forms.assetselector.maximumassets.label$}")]
public int MaximumAssets { get; set; }
Property Value
- int