Click or drag to resize
TreeNodeGetIconUrl Method (Page, String)
Gets the object icon URL

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected override string GetIconUrl(
	Page page,
	string iconSet
)

Parameters

page
Type: System.Web.UIPage
Page for which the image is requested
iconSet
Type: SystemString
Requested icon set

Return Value

Type: String
See Also