Click or drag to resize

User Constructor (String, String, String, String, DateTime, DateTime, String, ListString, UserType, FormSpec)

Note: This API is now obsolete.

Parameterized constructor

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[ObsoleteAttribute("Use User(string id, string fullname, string password, string emailaddress, DateTime updated, DateTime accessed, string jobview, string authmethod, List<string> reviews, UserType type, FormSpec spec)", 
	false)]
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: SystemString
Perforce user name
fullname
Type: SystemString
User Full Name
password
Type: SystemString
password
emailaddress
Type: SystemString
email address
updated
Type: SystemDateTime
last user update
accessed
Type: SystemDateTime
last user access
jobview
Type: SystemString
Job View String
reviews
Type: System.Collections.GenericListString
Review Specification
type
Type: Perforce.P4UserType
User type
spec
Type: Perforce.P4FormSpec
User form specificatoin
See Also