Initializes a new instance of the User class

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)

Syntax

C#
public User(
	string id,
	string fullname,
	string password,
	string emailaddress,
	DateTime updated,
	DateTime accessed,
	string jobview,
	List<string> reviews,
	UserType type,
	FormSpec spec
)
Visual Basic
Public Sub New ( _
	id As String, _
	fullname As String, _
	password As String, _
	emailaddress As String, _
	updated As DateTime, _
	accessed As DateTime, _
	jobview As String, _
	reviews As List(Of String), _
	type As UserType, _
	spec As FormSpec _
)
Visual C++
public:
User(
	String^ id, 
	String^ fullname, 
	String^ password, 
	String^ emailaddress, 
	DateTime updated, 
	DateTime accessed, 
	String^ jobview, 
	List<String^>^ reviews, 
	UserType type, 
	FormSpec^ spec
)

Parameters

id
Type: System..::..String
fullname
Type: System..::..String
password
Type: System..::..String
emailaddress
Type: System..::..String
updated
Type: System..::..DateTime
accessed
Type: System..::..DateTime
jobview
Type: System..::..String
reviews
Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>
type
Type: Perforce.P4..::..UserType
spec
Type: Perforce.P4..::..FormSpec

See Also