IssueHelper MembersKentico 8.0 API Reference
The IssueHelper type exposes the following members.
Constructors

  NameDescription
Public methodIssueHelper
Back to Top
Methods

  NameDescription
Public methodStatic memberCopyIssueProperties
Copies specified properties from source issue to target issue.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodStatic memberGetBaseUrl
Creates a base URL for resolution using the specified path information.
Public methodStatic memberGetContentXML
Returns content of editable regions as XML.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
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 methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
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.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
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.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
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.)
Back to Top
Fields

  NameDescription
Public fieldStatic memberMacroActivationLink
Dynamic field - double opt-in activation link.
Public fieldStatic memberMacroE_mail
Dynamic field macro for subscriber e-mail (used for compatibility with previous version).
Public fieldStatic memberMacroEmail
Dynamic field macro for subscriber email.
Public fieldStatic memberMacroFirstName
Dynamic field macro for subscriber first name.
Public fieldStatic memberMacroLastName
Dynamic field macro for subscriber last name.
Public fieldStatic memberMacroUnsubscribeLink
Dynamic field macro for unsubscribe link.
Back to Top
Properties

  NameDescription
Public propertyResolver
Macro resolver.
Back to Top
See Also