RestClient GetThemeList Method (String)
Returns a list of all themes that belong to the current subscriber.

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

public IEnumerable<string> GetThemeList(
	string billingRef
)

Parameters

billingRef
Type: OnlineSystem String

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

Return Value

Type: OnlineIEnumerable OnlineString 

[Missing <returns> documentation for "M:HotDocs.Sdk.Cloud.RestClient.GetThemeList(System.String)"]

See Also