Click or drag to resize
VirtualContextItemIsSet Method
Returns true, if the given item is set

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static bool ItemIsSet(
	string key
)

Parameters

key
Type: SystemString
Key to check

Return Value

Type: Boolean
See Also