Click or drag to resize
MediaFilesSelectorPropertiesAllowedExtensions Property
Semicolon separated list of allowed file extensions.

Namespace: Kentico.Components.Web.Mvc.FormComponents
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public string AllowedExtensions { get; set; }

Property Value

Type: String
Remarks
If provided, the list of extensions needs to be a subset of allowed extensions specified in 'Media file allowed extensions' site settings key value. If the property value not provided, 'Media file allowed extensions' site settings key value is used.
See Also