MacroValidationHelper Class |
Namespace: CMS.ContactManagement.Internal
public class MacroValidationHelper : AbstractHelper<MacroValidationHelper>
The MacroValidationHelper type exposes the following members.
Name | Description | |
---|---|---|
MacroValidationHelper |
Name | Description | |
---|---|---|
LogInvalidGuidParameter |
Logs warning into event log with macro method's name in which input was invalid string representation of Guid(s).
| |
LogInvalidGuidParameterInternal |
Logs warning into event log with macro method's name in which input was invalid string representation of Guid(s).
| |
SetAsDefaultHelper |
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.) | |
TryParseGuids |
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.
| |
TryParseGuidsInternal |
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.
|