Table of Contents

Method EvaluateNested

Namespace
DocWright.Dom.Fields
Assembly
DocWright.Dom.dll

EvaluateNested(FieldInstruction)

Evaluates a nested instruction, honouring the configured nesting limit.

public string? EvaluateNested(FieldInstruction instruction)

Parameters

instruction FieldInstruction

The nested instruction.

Returns

string

The result text, or null when the nested field could not be evaluated.

Exceptions

ArgumentNullException

instruction is null.

ResourceLimitExceededException

The nesting limit was exceeded.