Class AssetSelectorProperties
Represents properties of the AssetSelectorComponent.
[Obsolete("Media libraries and their APIs are obsolete and will be discontinued in the future. Please migrate all media library files to Content hub and use their corresponding content item APIs.")]
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