Recipient(String, String, String, CpCollection) Constructor

Initializes a new instance of the Recipient class

Definition

Namespace: Centralpoint.Web.Site.DataBroadcast
Assembly: Centralpoint.Web.Site (in Centralpoint.Web.Site.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public Recipient(
	string id,
	string name,
	string address,
	CpCollection properties
)

Parameters

id  String
 
name  String
 
address  String
 
properties  CpCollection
 

See Also