Click or drag to resize
SignDocFieldsetSeedValueSubFilterRequired Method
Set a flag from the signature field seed value dictionary that indicates whether the SubFilter values are a required constraint or not.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public void setSeedValueSubFilterRequired(
	bool required
)

Parameters

required
Type: SystemBoolean
true if the SubFilter values are a required constraint, false if the SubFilter values are an optional constraint. If @a aRequired is true, there should be at least one SubFilter value.
See Also