Table of Contents

Class AssetSelectorProperties

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

Represents properties of the AssetSelectorComponent.

public class AssetSelectorProperties : FormComponentProperties, IFormComponentProperties
Inheritance
object
AssetSelectorProperties
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