IssueHelper Methods |
The IssueHelper type exposes the following members.
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.) |