Click or drag to resize
IssueHelper Methods

The IssueHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCopyIssueProperties
Copies specified properties from source issue to target issue.
Public methodStatic memberGetBaseUrl
Creates a base URL for prefixing links in the given newsletter's issues.
Public methodStatic memberGetContentXML
Returns content of editable regions as XML.
Public methodStatic memberGetIssueTotalUniqueClicks
Returns number of unique clicks of all issue's links.
Public methodStatic memberGetIssueVariants(Int32, String)
Returns issue variants for specified issue ID if any.
Public methodStatic memberGetIssueVariants(IssueInfo, String)
Returns issue variants for specified issue if any.
Public methodStatic memberGetStatusFriendlyName
Returns issue status friendly name.
Public methodStatic memberGetWinnerIssue
Returns A/B test winner.
Public methodLoadDynamicFields
Loads values of dynamic fields into hashtable.
Public methodLoadRegionsContents(String)
Loads values of editable regions into hashtable.
Public methodStatic memberLoadRegionsContents(Hashtable, String)
Loads values of editable regions into hashtable.
Public methodResolveDynamicFieldMacros
Resolves the dynamic field macros, replaces the {%dynamicfieldname%} macro with the dynamic field value.
Public methodResolveEditableRegionMacros
Resolves the editable region macros, replaces the $$editableregionname:width:height$$ macro with the editable region values previously loaded with LoadRegionsContents method.
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
See Also