AnswersSource Constructor (IEnumerableStream, Boolean)
Constructor that takes a collection of streams

Namespace: HotDocs.Cloud.Client
Assembly: HotDocs.Cloud.Client (in HotDocs.Cloud.Client.dll) Version: 1.0.5652.20312
Syntax

public AnswersSource(
	IEnumerable<Stream> streams,
	bool closeStreams = true
)

Parameters

streams
Type: System.Collections.GenericIEnumerableStream
Collection of answerset streams
closeStreams (Optional)
Type: SystemBoolean
Indicates whether the client should close each stream after reading it
See Also

Reference