C# Class Telerik.Sitefinity.Newsletters.SendGrid.Notifications.SubscriberExtensions

Provides methods for manipulating ISubscriberResponse objects
Show file Open project: Sitefinity/NewslettersSendGrid

Public Methods

Method Description
ToDictionary ( this subscriber ) : string>.Dictionary

Creates a dictionary with merge tags from the subscriber properties.

Private Methods

Method Description
GetMergeTag ( string propertyName ) : string
GetPropertyValue ( string value ) : string

Method Details

ToDictionary() public static method

Creates a dictionary with merge tags from the subscriber properties.
public static ToDictionary ( this subscriber ) : string>.Dictionary
subscriber this The subscriber.
return string>.Dictionary