Click or drag to resize

PrintTemplatesGetItemByKey Method

Gets the PrintTemplate with the specified key.

Namespace:  Atomia.Billing.Core.Sdk.Configuration
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public PrintTemplate GetItemByKey(
	string key
)

Parameters

key
Type: SystemString
The key of the PrintTemplate to retrieve.

Return Value

Type: PrintTemplate

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.Configuration.PrintTemplates.GetItemByKey(System.String)"]

See Also