summaryM:DotNetNuke.Services.Social.Notifications.NotificationsController.SendNotification(DotNetNuke.Services.Social.Notifications.Notification,System.Int32,System.Collections.Generic.IList{DotNetNuke.Security.Roles.RoleInfo},System.Collections.Generic.IList{DotNetNuke.Entities.Users.UserInfo})
Namespace: DotNetNuke.Services.Social.NotificationsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public virtual void SendNotification( Notification notification, int portalId, IList<RoleInfo> roles, IList<UserInfo> users ) |
Visual Basic |
---|
Public Overridable Sub SendNotification ( notification As Notification, portalId As Integer, roles As IList(Of RoleInfo), users As IList(Of UserInfo) ) |
Parameters
- notification
- Type: DotNetNuke.Services.Social.Notifications..::..Notification
paramnotificationM:DotNetNuke.Services.Social.Notifications.NotificationsController.SendNotification(DotNetNuke.Services.Social.Notifications.Notification,System.Int32,System.Collections.Generic.IList{DotNetNuke.Security.Roles.RoleInfo},System.Collections.Generic.IList{DotNetNuke.Entities.Users.UserInfo})
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Social.Notifications.NotificationsController.SendNotification(DotNetNuke.Services.Social.Notifications.Notification,System.Int32,System.Collections.Generic.IList{DotNetNuke.Security.Roles.RoleInfo},System.Collections.Generic.IList{DotNetNuke.Entities.Users.UserInfo})
- roles
- Type: System.Collections.Generic..::..IList<(Of <(<'RoleInfo>)>)>
paramrolesM:DotNetNuke.Services.Social.Notifications.NotificationsController.SendNotification(DotNetNuke.Services.Social.Notifications.Notification,System.Int32,System.Collections.Generic.IList{DotNetNuke.Security.Roles.RoleInfo},System.Collections.Generic.IList{DotNetNuke.Entities.Users.UserInfo})
- users
- Type: System.Collections.Generic..::..IList<(Of <(<'UserInfo>)>)>
paramusersM:DotNetNuke.Services.Social.Notifications.NotificationsController.SendNotification(DotNetNuke.Services.Social.Notifications.Notification,System.Int32,System.Collections.Generic.IList{DotNetNuke.Security.Roles.RoleInfo},System.Collections.Generic.IList{DotNetNuke.Entities.Users.UserInfo})