Deletes all user notifications in a specific portal.

Namespace: DotNetNuke.Services.Social.Notifications
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
int DeleteUserNotifications(
	UserInfo user
)
Visual Basic
Function DeleteUserNotifications ( 
	user As UserInfo
) As Integer

Parameters

user
Type: DotNetNuke.Entities.Users..::..UserInfo
The user to delete notifications for.

Return Value

Number of deleted notifications

See Also