FormTypeFeed UploadAndReplaceFormType Method (String, Boolean)frevvo Live Forms
Upload a FormTypeEntry from a previously downloaded archive. If an entry with the same id already exists, it will replaced. Otherwise, the archive will be uploaded with the same id.

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

public FormTypeEntry UploadAndReplaceFormType(
	string fileName,
	bool isForm
)

Parameters

fileName
Type: OnlineSystem String
The file to read data from
isForm
Type: OnlineSystem Boolean
whether the file is for a form (true) or a flow (false)

Return Value

Type: FormTypeEntry
The uploaded FormTypeEntry
Remarks

Method added in Release 5.2
See Also