PushMessengerSendToGroups Method Ingeniux CMS Content Store API

Namespace: Ingeniux.CMS.Models.Messaging
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public void SendToGroups(
	string message,
	IUserGroup[] groups = null,
	bool restMsg = false
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Ingeniux.CMS.Models.Messaging.PushMessenger.SendToGroups(System.String,Ingeniux.CMS.IUserGroup[],System.Boolean)"]

groups (Optional)
Type: Ingeniux.CMSIUserGroup

[Missing <param name="groups"/> documentation for "M:Ingeniux.CMS.Models.Messaging.PushMessenger.SendToGroups(System.String,Ingeniux.CMS.IUserGroup[],System.Boolean)"]

restMsg (Optional)
Type: SystemBoolean

[Missing <param name="restMsg"/> documentation for "M:Ingeniux.CMS.Models.Messaging.PushMessenger.SendToGroups(System.String,Ingeniux.CMS.IUserGroup[],System.Boolean)"]

See Also

Reference