Gets and sets a list of allowable file extensions (in addition to the Host's List)

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

Syntax

C#
public string AllowableFiles { get; set; }
Visual Basic
Public Property AllowableFiles As String
	Get
	Set

Field Value

A String

See Also