EvaluationContextCreateChildContext Method (Boolean) |
Creates child context (clones the parent settings and creates child of the resolver).
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax 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:
EvaluationContextSee Also