Gets the Icon URL.
Namespace: DotNetNuke.Entities.IconsAssembly: 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)