Click or drag to resize
GroupMemberInfoProviderSendNotificationMail Method
Sends group notification.

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 9.0.0
Syntax
C#
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