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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
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