PackageSource Class |
Encapsulates a package source, which may be a callback, a stream, or a file path.
Inheritance Hierarchy
HotDocs.Cloud.ClientPackageSource
Namespace: HotDocs.Cloud.Client
Assembly: HotDocs.Cloud.Client (in HotDocs.Cloud.Client.dll) Version: 1.0.5652.20312
Syntax
Constructors
Name | Description | |
---|---|---|
![]() | PackageSource(String) |
Constructor that takes a file path
|
![]() | PackageSource(FuncString, Stream, Boolean) |
Constructor that takes a callback
|
![]() | PackageSource(Stream, Boolean) |
Constructor that takes a stream
|
See Also