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

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

Syntax

C#
public override string AllowableFiles { get; }
Visual Basic
Public Overrides ReadOnly Property AllowableFiles As String
	Get

Field Value

A String

See Also