FormTypeFeed UploadFormType Method (, Boolean)frevvo Live Forms
Upload a FormTypeEntry from a previously downloaded archive.

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

public FormTypeEntry UploadFormType(
	MediaFileSource source,
	bool isForm
)

Parameters

source
Type: MediaFileSource
The MediaSource object with the flow/form data to send
isForm
Type: OnlineSystem Boolean
whether the file is for a form (true) or a flow (false)

Return Value

Type: FormTypeEntry
The uploaded FormTypeEntry
See Also