Click or drag to resize
MacroValidationHelperLogInvalidGuidParameter Method
Logs warning into event log with macro method's name in which input was invalid string representation of Guid(s).

Namespace: CMS.ContactManagement.Internal
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public static void LogInvalidGuidParameter(
	string macroMethodName,
	string invalidGuidParameter
)

Parameters

macroMethodName
Type: SystemString
Name of the macro method with invalid input.
invalidGuidParameter
Type: SystemString
Invalid input from user.
Remarks
Should be used, when macro method's input was string representation of a Guid which can not be parsed by TryParse(String, Guid).
See Also