  | RendererRenderPlaceholderContent Method  | 
  
    Namespace: 
   Dynamicweb.EmailMarketing
    Assembly:
   Dynamicweb.EmailMarketing (in Dynamicweb.EmailMarketing.dll) Version: 3.0.2
Syntaxpublic static string RenderPlaceholderContent(
	string content,
	int recipientID,
	string token,
	string domainUrl,
	string name,
	string email
)
Public Shared Function RenderPlaceholderContent ( 
	content As String,
	recipientID As Integer,
	token As String,
	domainUrl As String,
	name As String,
	email As String
) As String
Parameters
- content
 - Type: SystemString
 - recipientID
 - Type: SystemInt32
 - token
 - Type: SystemString
 - domainUrl
 - Type: SystemString
 - name
 - Type: SystemString
 - email
 - Type: SystemString
 
Return Value
Type: 
String
See Also