Click or drag to resize
MacroResolverNamedSourceDataExists Method
Returns true if given source data is known (can be null, but the property has to be registered).

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public bool NamedSourceDataExists(
	string selector
)

Parameters

selector
Type: SystemString
Selector

Return Value

Type: Boolean
See Also