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

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