ValidationHelperAreEmails Method (Object) |
Returns true if the object representation matches the Email list (email addresses separated by semicolon).
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static bool AreEmails(
Object value
)
Parameters
- value
- Type: SystemObject
Value to check
Return Value
Type:
BooleanSee Also