MacroResolverIsDataItemAvailable Method |
Checks all the data sources for the value and returns true if the data item is registered.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax public virtual bool IsDataItemAvailable(
string itemName
)
Parameters
- itemName
- Type: SystemString
Name of the data item
Return Value
Type:
BooleanSee Also