Sitecore 5.0 API

Settings.ImageTypes Property

Gets a pipe separated list of image file types (extensions).

[Visual Basic]
Public Shared ReadOnly Property ImageTypes As String
[C#]
public static string ImageTypes {get;}

Property Value

Default value: "|gif|jpg|png|"

Remarks

List of file extension that are to be considered images by the Sitecore system.

Used for determining if thumbnails should be generated when uploading files.

See Also

Settings Class | Sitecore.Configuration Namespace