Gets the icon path definied for the page provider.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
public string IconPath { get; } |
Field Value
The icon path.
Remarks
Will be shown in page tree to distinguish pages served by this page provider instance.
The value is given by specifiying attribute "iconPath" in provider configuration.
The path given should be relative the theme folder "/Images/ExplorerTree/PageTree/".
Examples
If the icon custom.gif is placed in folder App_Themes/Default/Images/ExplorerTree/PageTree value given on
configuration attribute iconPath should be custom.gif.