RestClient PutThemeFile Method (String, Stream, String)
Uploads a theme file from a stream.

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

public void PutThemeFile(
	string themeFileName,
	Stream stream,
	string billingRef
)

Parameters

themeFileName
Type: OnlineSystem String

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

stream
Type: OnlineSystem.IO Stream

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

billingRef
Type: OnlineSystem String

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

See Also