Click or drag to resize

IconManagerGetIconPath Method (String, String)

Get the path to the specified icon. If the icon is not already known then the provided defaultPath is used and cached. If the icon is specified in the Icons feature then the dimensions may be available. Use the GetIconPath(String, String, Int32, Int32) overload if dimensions are desired.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string GetIconPath(
	string name,
	string defaultPath
)

Parameters

name
Type: SystemString
The name of the icon, e.g. "Find".
defaultPath
Type: SystemString
The default virtual path to the icon.

Return Value

Type: String
The virtual path to the image.
See Also