Click or drag to resize
MacroResolverAddSourceAlias Method
Adds alternative source expression.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public virtual void AddSourceAlias(
	string source,
	string expression
)

Parameters

source
Type: SystemString
Source for which the alternative expression should be created
expression
Type: SystemString
Expression which will be evaluated if the source is not found in base data sources
See Also