RestClient RenameTheme Method
Renames a theme file.

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 RenameTheme(
	string themeName,
	string newThemeName,
	string billingRef
)

Parameters

themeName
Type: OnlineSystem String

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

newThemeName
Type: OnlineSystem String

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

billingRef
Type: OnlineSystem String

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

See Also