Gets the collection of Skin Files

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

Syntax

C#
protected ArrayList SkinFiles { get; }
Visual Basic
Protected ReadOnly Property SkinFiles As ArrayList
	Get

Field Value

A List(Of InstallFile)

See Also