Sitecore 5.0 API

Appearance.Icon Property

Gets or sets the icon.

[Visual Basic]
Overridable Public Property Icon As String
[C#]
public virtual string Icon {get; set;}

Remarks

A file path to an icon file.

This can be a themed path ("Applications/32x32/about.png") or an absolute path ("/sitecore/shell/themes/standard/Applications/32x32/about.png").

It is very important that icons are available in the 4 sizes: 16x16, 24x24, 32x32, and 48x48, as the icon is scaled automatically.

See Also

Appearance Class | Sitecore.Data Namespace