Gets the Icon URL.

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

Syntax

C#
public static string IconURL(
	string key,
	string size,
	string style
)
Visual Basic
Public Shared Function IconURL ( 
	key As String,
	size As String,
	style As String
) As String

Parameters

key
Type: System..::..String
Key to icon, e.g. edit
size
Type: System..::..String
Size of icon, e.g.16x16 (default) or 32x32
style
Type: System..::..String
Style of icon, e.g. Standard (default)

Return Value

Link to the image, e.g. /Icons/Sigma/edit_16x16_standard.png

See Also