Click or drag to resize
AttachmentSelectorPropertiesAllowedExtensions Property
Semicolon separated list of allowed file extensions. For example: ".jpg;.png".

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

Property Value

Type: String
Remarks
The attachment uploader uses this list for a 'soft' restriction in the UI. The attachments uploader limits the list of allowed extensions by the 'Upload extensions' site settings key value.
See Also