Label Constructor (String, String, DateTime, DateTime, String, Boolean, String, String, ViewMap, FormSpec, String)
|
Initializes a new instance of the
Label class
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic Label(
string id,
string owner,
DateTime update,
DateTime access,
string description,
bool locked,
string revision,
string serverid,
ViewMap viewmap,
FormSpec spec,
string options
)
Public Sub New (
id As String,
owner As String,
update As DateTime,
access As DateTime,
description As String,
locked As Boolean,
revision As String,
serverid As String,
viewmap As ViewMap,
spec As FormSpec,
options As String
)
public:
Label(
String^ id,
String^ owner,
DateTime update,
DateTime access,
String^ description,
bool locked,
String^ revision,
String^ serverid,
ViewMap^ viewmap,
FormSpec^ spec,
String^ options
)
new :
id : string *
owner : string *
update : DateTime *
access : DateTime *
description : string *
locked : bool *
revision : string *
serverid : string *
viewmap : ViewMap *
spec : FormSpec *
options : string -> Label
Parameters
- id
- Type: SystemString
- owner
- Type: SystemString
- update
- Type: SystemDateTime
- access
- Type: SystemDateTime
- description
- Type: SystemString
- locked
- Type: SystemBoolean
- revision
- Type: SystemString
- serverid
- Type: SystemString
- viewmap
- Type: Perforce.P4ViewMap
- spec
- Type: Perforce.P4FormSpec
- options
- Type: SystemString
See Also