[This is preliminary documentation and is subject to change.]
Initializes a new instance of the Label class
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)
Syntax
C# |
---|
public Label( string id, string owner, DateTime update, DateTime access, string description, bool locked, string revision, ViewMap viewmap, FormSpec spec, string options ) |
Visual Basic |
---|
Public Sub New ( _ id As String, _ owner As String, _ update As DateTime, _ access As DateTime, _ description As String, _ locked As Boolean, _ revision As String, _ viewmap As ViewMap, _ spec As FormSpec, _ options As String _ ) |
Visual C++ |
---|
public: Label( String^ id, String^ owner, DateTime update, DateTime access, String^ description, bool locked, String^ revision, ViewMap^ viewmap, FormSpec^ spec, String^ options ) |
Parameters
- id
- Type: System..::..String
- owner
- Type: System..::..String
- update
- Type: System..::..DateTime
- access
- Type: System..::..DateTime
- description
- Type: System..::..String
- locked
- Type: System..::..Boolean
- revision
- Type: System..::..String
- viewmap
- Type: Perforce.P4..::..ViewMap
- spec
- Type: Perforce.P4..::..FormSpec
- options
- Type: System..::..String