NamedStream Constructor
NamedStream constructor creates an instance with the fileName and content parameters.

Namespace: HotDocs.Sdk.Server
Assembly: HotDocs.Sdk.Server (in HotDocs.Sdk.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public NamedStream(
	string fileName,
	Stream content
)
See Also