This class encapsulates a named file that is returned as part of the result of AssembleDocument, ConvertDocument or GetInterview.
It is typically used to return files (such as graphics) that are supplementary to the primary document that is returned.
Instances of this class are created by the SDK and are meant to be consumed by the host application
(typically in response to a request from the browser for the file).
Instances should always be disposed of to ensure streams are closed properly.
Use of this class can generally be avoided by other means (i.e. the host application already knowing where, on disk, to find the requested file), but it is there as an option if necessary.
Inheritance Hierarchy

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