Click or drag to resize
MacroResolverIsDataItemAvailable Method
Checks all the data sources for the value and returns true if the data item is registered.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public virtual bool IsDataItemAvailable(
	string itemName
)

Parameters

itemName
Type: SystemString
Name of the data item

Return Value

Type: Boolean
See Also