RestClientUploadPackage Method (String, String, Stream)
Uploads a template package to the Cloud Services cache.

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

public void UploadPackage(
	string packageID,
	string billingRef,
	Stream packageStream
)

Parameters

packageID
Type: SystemString
A unique identifier for the template package in which the desired template is found. Although you could use any string value that uniquely identifies the package, a GUID is recommended since every template package (including new versions of existing template packages) must have a unique ID. (If you create a new package but use the same ID as an existing package, HotDocs Cloud Services may continue using the old package if it is still in its cache.)
billingRef
Type: SystemString

[Missing <param name="billingRef"/> documentation for "M:HotDocs.Cloud.Client.RestClient.UploadPackage(System.String,System.String,System.IO.Stream)"]

packageStream
Type: System.IOStream

[Missing <param name="packageStream"/> documentation for "M:HotDocs.Cloud.Client.RestClient.UploadPackage(System.String,System.String,System.IO.Stream)"]

See Also

Reference