Reviewer Constructor
Initializes a new instance of the
Reviewer class
Namespace: Centralpoint.WebAssembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
public Reviewer(
Guid userId,
Guid parentUserId,
string email,
string name,
string[] roles,
CpCollection personalization
)
Public Sub New (
userId As Guid,
parentUserId As Guid,
email As String,
name As String,
roles As String(),
personalization As CpCollection
)
Parameters
- userId Guid
-
- parentUserId Guid
-
- email String
-
- name String
-
- roles String
-
- personalization CpCollection
-