Click or drag to resize

AccountsHelperGetTemplate Method

Note: This API is now obsolete.

Gets the template by its name.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
[ObsoleteAttribute("This method is obsolete. Use TemplatingUtils class instead.", 
	true)]
public static Template GetTemplate(
	string templateName
)

Parameters

templateName
Type: SystemString
Name of the template.

Return Value

Type: Template
Requested template.
See Also