Click or drag to resize
DocumentUIHelperIsIconUsed Method
Returns true if icon type is enabled

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public static bool IsIconUsed(
	IconType type,
	string siteName
)

Parameters

type
Type: CMS.DocumentEngineIconType
Icon type
siteName
Type: SystemString
Site name

Return Value

Type: Boolean
See Also