Service1ClientAddNotificationMessage Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
public bool AddNotificationMessage( string typeId, string categoryId, string groupId, string createdByUserId, string createdForUserId, string message, string key )
Public Function AddNotificationMessage ( typeId As String, categoryId As String, groupId As String, createdByUserId As String, createdForUserId As String, message As String, key As String ) As Boolean
public: virtual bool AddNotificationMessage( String^ typeId, String^ categoryId, String^ groupId, String^ createdByUserId, String^ createdForUserId, String^ message, String^ key ) sealed
abstract AddNotificationMessage : typeId : string * categoryId : string * groupId : string * createdByUserId : string * createdForUserId : string * message : string * key : string -> bool override AddNotificationMessage : typeId : string * categoryId : string * groupId : string * createdByUserId : string * createdForUserId : string * message : string * key : string -> bool