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.SdkAssembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- mutator
- Type: HotDocs.Sdk Answer ValueMutator T
mutator
Type Parameters
- T
- type
See Also