GetSkinControlByKey gets a single Skin Control from the database

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

Syntax

C#
public static SkinControlInfo GetSkinControlByKey(
	string key
)
Visual Basic
Public Shared Function GetSkinControlByKey ( 
	key As String
) As SkinControlInfo

Parameters

key
Type: System..::..String
The key of the Control

Return Value

returnsM:DotNetNuke.Entities.Modules.SkinControlController.GetSkinControlByKey(System.String)

See Also