Gets and sets whether the File Extension WhiteList is ignored

Namespace: DotNetNuke.Services.Installer
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool IgnoreWhiteList { get; set; }
Visual Basic
Public Property IgnoreWhiteList As Boolean
	Get
	Set

Field Value

A Boolean value

See Also