FormEntryBuilder Attachment Method (String, Stream, String, String)frevvo Live Forms
Add an attachment to this builder from a given stream

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

public FormEntryBuilder Attachment(
	string id,
	Stream inputStream,
	string contentType,
	string fileName
)

Parameters

id
Type: OnlineSystem String
Specifies the control type id to associate the attachment to
inputStream
Type: OnlineSystem.IO Stream
Stream that contains the attachment
contentType
Type: OnlineSystem String
content type of the stream
fileName
Type: OnlineSystem String
filename associated with the inputStream

Return Value

Type: FormEntryBuilder
a reference to this builder
See Also