PackageSource Constructor (FuncString, Stream, Boolean)
Constructor that takes a callback

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

public PackageSource(
	Func<string, Stream> streamGetter,
	bool closeStream = true
)

Parameters

streamGetter
Type: SystemFuncString, Stream
A callback that provides a package stream, given the package ID
closeStream (Optional)
Type: SystemBoolean
Indicates whether the client should close the stream after reading it
See Also

Reference