Click or drag to resize
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.Messaging
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
string ReplaceVariablesForTemplate(
	string content,
	IMessageListCustomer customer
)

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: String
The content string with certain variables replaced. Empty string if content is null.
See Also