Click or drag to resize
MacroValidationHelper Class
Provides helper methods for contact management macros.
Inheritance Hierarchy
SystemObject
  CMS.BaseCoreMethods
    CMS.BaseAbstractHelper
      CMS.BaseAbstractHelperMacroValidationHelper
        CMS.ContactManagement.InternalMacroValidationHelper

Namespace: CMS.ContactManagement.Internal
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public class MacroValidationHelper : AbstractHelper<MacroValidationHelper>

The MacroValidationHelper type exposes the following members.

Constructors
  NameDescription
Public methodMacroValidationHelper
Top
Methods
  NameDescription
Public methodStatic memberLogInvalidGuidParameter
Logs warning into event log with macro method's name in which input was invalid string representation of Guid(s).
Protected methodLogInvalidGuidParameterInternal
Logs warning into event log with macro method's name in which input was invalid string representation of Guid(s).
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Public methodStatic memberTryParseGuids
Returns collection of Guids from input string, where every string representation of a Guid is separated with semicolon. If any of the string representations of a Guid can not be parsed to Guid, then false is returned and guids is null.
Protected methodTryParseGuidsInternal
Returns collection of Guids from input string, where every string representation of a Guid is separated with semicolon. If any of the string representations of a Guid can not be parsed to Guid, then false is returned and guids is null.
Top
See Also