LoadAllSkins loads all the available skins (Host and Site) to the radio button list

Namespace: DotNetNuke.UI.Skins
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public void LoadAllSkins(
	bool includeNotSpecified
)
Visual Basic
Public Sub LoadAllSkins ( 
	includeNotSpecified As Boolean
)

Parameters

includeNotSpecified
Type: System..::..Boolean
Optionally include the "Not Specified" option

Remarks