Answer ApplyValueMutator T  Method
ApplyValueMutator uses the Visitor design pattern to modify all the values associated with this answer by applying the ValueMutator delegate, in turn, to each value. This can be useful if you want to apply the same modification to all values in an answer, such as marking all of them userModifiable=false.

Namespace: HotDocs.Sdk
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public abstract void ApplyValueMutator<T>(
	Answer..::..ValueMutator<T> mutator
)
where T : IValue

Parameters

mutator
Type: HotDocs.Sdk Answer ValueMutator T 
mutator
Type Parameters

T
type
See Also