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.ClientAssembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax
Parameters
- streamIn
- Type:
System.IO Stream
the Stream to upload to the server
- isForm
- Type:
System Boolean
whether the file is for a form (true) or a flow (false)
- slugHdrName (Optional)
- Type:
System String
the slug header name used when uploading stream to server. Optional param - if not specified an empty string is assumed.
Return Value
Type: FormTypeEntryThe uploaded FormTypeEntry
Remarks
See Also