Click or drag to resize
MessageTemplateParse Method
Loads the template

Namespace: DrawerBackup.Native.Notifications
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public static MessageTemplate Parse(
	string templateName,
	IDictionary<string, string> values
)

Parameters

templateName
Type: SystemString
values
Type: System.Collections.GenericIDictionaryString, String

Return Value

Type: MessageTemplate
See Also