GroupMemberInfoProviderSendNotificationMail Method |
Sends group notification.
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 12.0.0
Syntax public static void SendNotificationMail(
string templateName,
string siteName,
GroupMemberInfo memberInfo,
bool sendToAdmin
)
Parameters
- templateName
- Type: SystemString
Email template name - siteName
- Type: SystemString
Site name - memberInfo
- Type: CMS.CommunityGroupMemberInfo
Group member object - sendToAdmin
- Type: SystemBoolean
True if send to admin, false if send to user
See Also