The IssueHelper type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
IssueHelper |
Methods
Name | Description | |
---|---|---|
CopyIssueProperties |
Copies specified properties from source issue to target issue.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetBaseUrl |
Creates a base URL for resolution using the specified path information.
| |
GetContentXML |
Returns content of editable regions as XML.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
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.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
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.) |
Fields
Name | Description | |
---|---|---|
MacroActivationLink |
Dynamic field - double opt-in activation link.
| |
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.
|
Properties
Name | Description | |
---|---|---|
Resolver |
Macro resolver.
|
See Also