EvaluationContext CreateChildContext Method (Boolean)Kentico 8.0 API Reference
Creates child context (clones the parent settings and creates child of the resolver).

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

createChildResolver
Type: OnlineSystem Boolean
If true, the resolver of the child context will be a child resolver of current resolver. If false, the same instance of the resolver will be used.

Return Value

Type: EvaluationContext
See Also