GetSkinControl gets a single Skin Control from the database

Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static SkinControlInfo GetSkinControl(
	int skinControlID
)
Visual Basic
Public Shared Function GetSkinControl ( 
	skinControlID As Integer
) As SkinControlInfo

Parameters

skinControlID
Type: System..::..Int32
The ID of the SkinControl

Return Value

returnsM:DotNetNuke.Entities.Modules.SkinControlController.GetSkinControl(System.Int32)

See Also