Click or drag to resize
MediaFilesSelectorAllowedExtensions Property
Gets allowed extensions for the selector.

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; }

Property Value

Type: String
Remarks
If the AllowedExtensions property value is not provided, 'Media file allowed extensions' site settings key value is used.
See Also