Click or drag to resize

INotificationReadByUser Method


Checks whether a user read the message or not

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool ReadByUser(
	string userId
)

Parameters

userId  String
Id of the user to check

Return Value

Boolean
True if user read the notification already, false if not
See Also