ImageDialogAllowedFileExtensions Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets or sets the allowed file extensions.

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

[TypeConverterAttribute(typeof(StringArrayConverter))]
public string[] AllowedFileExtensions { get; set; }

Property Value

Type: String
The allowed file extensions.
Remarks

Optional: limits selectable filetypes to the ones with these file extensions. Each extension must contain a dot(.) followed by the actual extension eg. '*.png'. Multiple extension must be separated by a comma (,).

This property was added in CS 5.6

See Also

Reference