Class AssetSelectorProperties
Represents properties of the AssetSelectorComponent.
public class AssetSelectorProperties : FormComponentProperties, IFormComponentProperties
- Inheritance
-
objectAssetSelectorProperties
- Implements
- Inherited Members
- Extension Methods
Properties
AllowedExtensions
File extensions allowed in the selector.
public string AllowedExtensions { get; set; }
Property Value
- string
MaximumAssets
Maximum amount of assets in the selector.
public int MaximumAssets { get; set; }
Property Value
- int