Click or drag to resize
MacroValidationHelper Methods

The MacroValidationHelper type exposes the following members.

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