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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual 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