FormEntryBuilder FormActionDocs Method frevvo Live Forms
sets the _formActionDocs parameter

Namespace: Frevvo.Forms.Client
Assembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax

public FormEntryBuilder FormActionDocs(
	bool value
)

Parameters

value
Type: OnlineSystem Boolean
any form action will be ignored and the document set (including attachments) will be returned when the form is submitted default. Normal form action processing is performed

Return Value

Type: FormEntryBuilder
a reference to this builder
See Also