IMessageTemplateManagerReplaceVariablesForTemplate Method |
[This is preliminary documentation and is subject to change.]
Used to replace variables in the content string with values from the given customer
Namespace: Netadmin.Management.MessagingAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxstring ReplaceVariablesForTemplate(
string content,
IMessageListCustomer customer
)
Function ReplaceVariablesForTemplate (
content As String,
customer As IMessageListCustomer
) As String
Parameters
- content
- Type: SystemString
The string containing the text - customer
- Type: Netadmin.Management.Messaging.DtoIMessageListCustomer
The customer DTO that will be used to replace the variables in the content
Return Value
Type:
StringThe content string with certain variables replaced. Empty string if content is null.
See Also