|
MessageTemplateParse Method |
Loads the template
Namespace: DrawerBackup.Native.NotificationsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic static MessageTemplate Parse(
string templateName,
IDictionary<string, string> values
)
Public Shared Function Parse (
templateName As String,
values As IDictionary(Of String, String)
) As MessageTemplate
public:
static MessageTemplate^ Parse(
String^ templateName,
IDictionary<String^, String^>^ values
)
static member Parse :
templateName : string *
values : IDictionary<string, string> -> MessageTemplate
Parameters
- templateName
- Type: SystemString
- values
- Type: System.Collections.GenericIDictionaryString, String
Return Value
Type:
MessageTemplate
See Also