Click or drag to resize

IPushMessengerSendToUsers Method (String, String)


Sends a message to the specified users, via the users' UserId.

Namespace:  Ingeniux.CMS.Messaging
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void SendToUsers(
	string message,
	string[] userIds = null
)

Parameters

message
Type: SystemString
Message to send
userIds (Optional)
Type: SystemString
The user ids of the receiving users
Remarks
When "userIds" parameter is not passed in, will send to all users.
See Also