INotificationSetUserRead Method
|
Set the status of this notification after read by given user
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void SetUserRead(
string userId
)
Sub SetUserRead (
userId As String
)
void SetUserRead(
String^ userId
)
abstract SetUserRead :
userId : string -> unit
Parameters
- userId
- Type: SystemString
Id of the user that read the notification
See Also