IssueHelper Class |
Namespace: CMS.Newsletters
public class IssueHelper
The IssueHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() | IssueHelper |
Name | Description | |
---|---|---|
![]() ![]() | CopyIssueProperties |
Copies specified properties from source issue to target issue.
|
![]() ![]() | GetBaseUrl |
Creates a base URL for prefixing links in the given newsletter's issues.
|
![]() ![]() | GetContentXML |
Returns content of editable regions as XML.
|
![]() ![]() | GetIssueTotalUniqueClicks |
Returns number of unique clicks of all issue's links.
|
![]() ![]() | GetIssueVariants(Int32, String) |
Returns issue variants for specified issue ID if any.
|
![]() ![]() | GetIssueVariants(IssueInfo, String) |
Returns issue variants for specified issue if any.
|
![]() ![]() | GetStatusFriendlyName |
Returns issue status friendly name.
|
![]() ![]() | GetWinnerIssue |
Returns A/B test winner.
|
![]() | LoadDynamicFields |
Loads values of dynamic fields into hashtable.
|
![]() | LoadRegionsContents(String) |
Loads values of editable regions into hashtable.
|
![]() ![]() | LoadRegionsContents(Hashtable, String) |
Loads values of editable regions into hashtable.
|
![]() | ResolveDynamicFieldMacros |
Resolves the dynamic field macros, replaces the {%dynamicfieldname%} macro with the dynamic field value.
|
![]() | ResolveEditableRegionMacros |
Resolves the editable region macros, replaces the $$editableregionname:width:height$$ macro with the editable region values previously
loaded with LoadRegionsContents method.
|
Name | Description | |
---|---|---|
![]() | AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) |
![]() | GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Name | Description | |
---|---|---|
![]() ![]() | MacroActivationLink |
Dynamic field - double opt-in activation link.
Will contain "...".
|
![]() ![]() | MacroActivationUrl |
Dynamic field - double opt-in activation url.
Will contain "http://"
|
![]() ![]() | MacroE_mail |
Dynamic field macro for subscriber e-mail (used for compatibility with previous version).
|
![]() ![]() | MacroEmail |
Dynamic field macro for subscriber email.
|
![]() ![]() | MacroFirstName |
Dynamic field macro for subscriber first name.
|
![]() ![]() | MacroLastName |
Dynamic field macro for subscriber last name.
|
![]() ![]() | MacroUnsubscribeLink |
Dynamic field macro for unsubscribe link.
Will contain "...".
|