RestClient GetThemeList Method (String, String)
Returns a list of themes that belong to the current subscriber and have the specified prefix.

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 prefix,
	string billingRef
)

Parameters

prefix
Type: OnlineSystem String

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

billingRef
Type: OnlineSystem String

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

Return Value

Type: OnlineIEnumerable OnlineString 

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

See Also