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

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,
	string fileName,
	string contentType = "application/xml"
)

Parameters

id
Type: OnlineSystem String
Specifies the control type id to associate the attachment to
fileName
Type: OnlineSystem String
Fully qualified path to attachment file
contentType (Optional)
Type: OnlineSystem String
content type of the file - default value of "application/xml"

Return Value

Type: FormEntryBuilder
a reference to this builder
See Also