FormEntryBuilder Document Method (String, Stream, String, String)frevvo Live Forms
Add a Document 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 Document(
	string partName,
	Stream inputStream,
	string contentType,
	string fileName
)

Return Value

Type: FormEntryBuilder
a reference to this builder
Remarks

Method added in Release 6.1
See Also