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.3.169
Syntax
bool ReadByUser(
	string userId
)

Parameters

userId
Type: SystemString
Id of the user to check

Return Value

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