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: 2024.2.269.3570
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
)
<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 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
)
public:
[ObsoleteAttribute(L"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)]
User(
String^ id,
String^ fullname,
String^ password,
String^ emailaddress,
DateTime updated,
DateTime accessed,
String^ jobview,
List<String^>^ reviews,
UserType type,
FormSpec^ spec
)
[<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)>]
new :
id : string *
fullname : string *
password : string *
emailaddress : string *
updated : DateTime *
accessed : DateTime *
jobview : 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 - reviews
- Type: System.Collections.GenericListString
Review Specification - type
- Type: Perforce.P4UserType
User type - spec
- Type: Perforce.P4FormSpec
User form specificatoin
See Also