ApplicationFeed UploadAndInsertApplication Method frevvo Live Forms
Upload an Application from a previously downloaded archive. If an entry with the same id already exists, it will be copied. Otherwise, the archive will be uploaded with a new id.

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

public ApplicationEntry UploadAndInsertApplication(
	string fileName
)

Return Value

Type: ApplicationEntry
The uploaded ApplicationEntry
Remarks

Method added in Release 5.2
See Also