Create a new manifest instance and initialize it by deserializing from a stream.
Namespace: HotDocs.SdkAssembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- st
- Type:
System.IO Stream
The stream to read from.
Return Value
Type: TemplatePackageManifestA manifest object initialized by deserializing the XML representation stored in the stream.
See Also