Click or drag to resize
EvaluationContextAddPrioritizedInnerSource Method
Adds prioritized inner source(s) to this instance of the context.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public void AddPrioritizedInnerSource(
	params Object[] sources
)

Parameters

sources
Type: SystemObject
Source(s) to add
See Also