LoadSkins loads all the available skins in a specific folder to the radio button list

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

Syntax

C#
public void LoadSkins(
	string strFolder,
	string skinType,
	bool includeNotSpecified
)
Visual Basic
Public Sub LoadSkins ( 
	strFolder As String,
	skinType As String,
	includeNotSpecified As Boolean
)

Parameters

strFolder
Type: System..::..String
The folder to search for skins
skinType
Type: System..::..String
A string that identifies whether the skin is Host "[G]" or Site "[L]"
includeNotSpecified
Type: System..::..Boolean
Optionally include the "Not Specified" option

Remarks