User Constructor (String, String, String, String, DateTime, DateTime, String, String, ListString, UserType, FormSpec)
|
Parameterized constructor
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic User(
string id,
string fullname,
string password,
string emailaddress,
DateTime updated,
DateTime accessed,
string jobview,
string authmethod,
List<string> reviews,
UserType type,
FormSpec spec
)
Public Sub New (
id As String,
fullname As String,
password As String,
emailaddress As String,
updated As DateTime,
accessed As DateTime,
jobview As String,
authmethod As String,
reviews As List(Of String),
type As UserType,
spec As FormSpec
)
public:
User(
String^ id,
String^ fullname,
String^ password,
String^ emailaddress,
DateTime updated,
DateTime accessed,
String^ jobview,
String^ authmethod,
List<String^>^ reviews,
UserType type,
FormSpec^ spec
)
new :
id : string *
fullname : string *
password : string *
emailaddress : string *
updated : DateTime *
accessed : DateTime *
jobview : string *
authmethod : string *
reviews : List<string> *
type : UserType *
spec : FormSpec -> User
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 - authmethod
- Type: SystemString
Authentication Method - reviews
- Type: System.Collections.GenericListString
Review Specification - type
- Type: Perforce.P4UserType
User type - spec
- Type: Perforce.P4FormSpec
User form specificatoin
See Also