Add an attachment to this builder from a given stream
Namespace: Frevvo.Forms.ClientAssembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax
Parameters
- id
- Type:
System String
Specifies the control type id to associate the attachment to
- inputStream
- Type:
System.IO Stream
Stream that contains the attachment
- contentType
- Type:
System String
content type of the stream
- fileName
- Type:
System String
filename associated with the inputStream
Return Value
Type: FormEntryBuildera reference to this builder
See Also