Click or drag to resize
LogControlGetWarning Method (Object, Object)
Gets the warning icon.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public static Object GetWarning(
	Object condition,
	Object title
)

Parameters

condition
Type: SystemObject
Condition, if met, the warning is displayed
title
Type: SystemObject
Icon title

Return Value

Type: Object
See Also