RecipientDeliveryRequestReplacePlaceholders Method (String, IListString, String, Account) | 
 
            Replace placeholders inside the text.
            
 
    Namespace: 
   Dundas.BI.Notifications.Delivery
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string ReplacePlaceholders(
	string textWithPlaceholders,
	IList<string> emailAttachmentIds,
	string? recipientName,
	Account? recipientAccount
)
Public Function ReplacePlaceholders ( 
	textWithPlaceholders As String,
	emailAttachmentIds As IList(Of String),
	recipientName As String,
	recipientAccount As Account
) As String
public:
String^ ReplacePlaceholders(
	String^ textWithPlaceholders, 
	IList<String^>^ emailAttachmentIds, 
	String^ recipientName, 
	Account^ recipientAccount
)
member ReplacePlaceholders : 
        textWithPlaceholders : string * 
        emailAttachmentIds : IList<string> * 
        recipientName : string * 
        recipientAccount : Account -> string 
Parameters
- textWithPlaceholders
 - Type: SystemString
Original text containing the placeholders. - emailAttachmentIds
 - Type: System.Collections.GenericIListString
Email attachment IDs. - recipientName
 - Type: SystemString
The name of the recipient. - recipientAccount
 - Type: Dundas.BI.AccountServicesAccount
The account info of the recipient. 
Return Value
Type: 
StringA string with the placeholders swapped for the underlying object's textual definition.
See Also