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