Click or drag to resize

IPushMessengerSendToUsersT(T, String) Method


Sends an object 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<T>(
	T obj,
	string[] userIds = null
)
where T : class, new()

Parameters

obj  T
Message object to send
userIds  String  (Optional)
The user ids of the receiving users

Type Parameters

T
Type of message object
Remarks
When "userIds" parameter is not passed in, will send to all users.
See Also