ConversationService.SetNotified Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
SetNotified(int, DateTime?, int?)
Marks a Conversation as notified via email.
public static void SetNotified(int id, DateTime? notifiedAt, int? userId = default(int? ))
Parameters
- id
- int
Id of the Conversation.
- notified
At - System.DateTime?
The value to set. Set to null
to clear the NotifiedAt paremeter.
- user
Id - int?
Id of user for which conversation should be marked as notified, null
for current user.