Click or drag to resize

IPushMessengerSendToUsersT Method (T, String)


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.5.94
Syntax
void SendToUsers<T>(
	T obj,
	string[] userIds = null
)
where T : class, new()

Parameters

obj
Type: T
Message object to send
userIds (Optional)
Type: SystemString
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