Gets and sets the Type of the file

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

Syntax

C#
public InstallFileType Type { get; set; }
Visual Basic
Public Property Type As InstallFileType
	Get
	Set

Field Value

An InstallFileType Enumeration

See Also