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.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
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