FormTypeFeed UploadAndCopyFormType Method (Stream, Boolean, String)frevvo Live Forms
Upload a FormTypeEntry from a previously downloaded archive. If an entry with the same id already exists, a copy will be made. 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 UploadAndCopyFormType(
	Stream streamIn,
	bool isForm,
	string slugHdrName = ""
)

Parameters

streamIn
Type: OnlineSystem.IO Stream
the Stream to upload to the server
isForm
Type: OnlineSystem Boolean
whether the file is for a form (true) or a flow (false)
slugHdrName (Optional)
Type: OnlineSystem String
the slug header name used when uploading stream to server. Optional param - if not specified an empty string is assumed.

Return Value

Type: FormTypeEntry
The uploaded FormTypeEntry
Remarks

Method added in Release 5.3
See Also