Click or drag to resize
EvaluationContextCreateChildContext Method (Boolean)
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.2.23
Syntax
C#
public EvaluationContext CreateChildContext(
	bool createChildResolver
)

Parameters

createChildResolver
Type: SystemBoolean
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