Click or drag to resize

IPushMessengerSendToUsers(String, String) Method


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.6.492
Syntax
void SendToUsers(
	string message,
	string[] userIds = null
)

Parameters

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