INotificationReadByUser Method
|
Checks whether a user read the message or not
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool ReadByUser(
string userId
)
Function ReadByUser (
userId As String
) As Boolean
bool ReadByUser(
String^ userId
)
abstract ReadByUser :
userId : string -> bool Parameters
- userId String
- Id of the user to check
Return Value
BooleanTrue if user read the notification already, false if not
See Also