Image file types

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string glbImageFileTypes { get; }
Visual Basic
Public Shared ReadOnly Property glbImageFileTypes As String
	Get

Field Value

Values read from ImageTypes List. If there is not List, default values will be jpg,jpeg,jpe,gif,bmp,png,swf

See Also