Reviewer Constructor

Initializes a new instance of the Reviewer class

Definition

Namespace: Centralpoint.Web
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public Reviewer(
	Guid userId,
	Guid parentUserId,
	string email,
	string name,
	string[] roles,
	CpCollection personalization
)

Parameters

userId  Guid
 
parentUserId  Guid
 
email  String
 
name  String
 
roles  String
 
personalization  CpCollection
 

See Also