FormTypeFeed UploadFormType Method (String, Boolean)frevvo Live Forms
Upload a FormTypeEntry from a previously downloaded archive. If an entry with the same id already exists, and replace is specified, 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

[ObsoleteAttribute("This method is deprecated, please use UploadAndInsertFormType/UploadAndCopyFormType/UploadAndReplaceFormType methods instead")]
public FormTypeEntry UploadFormType(
	string fileName,
	bool replace
)

Return Value

Type: FormTypeEntry
The uploaded FormTypeEntry
See Also