Initializes a new instance of the Label class

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

Syntax

C#
public Label(
	string id,
	string owner,
	DateTime update,
	DateTime access,
	string description,
	bool locked,
	string revision,
	string serverid,
	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, _
	serverid 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, 
	String^ serverid, 
	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
serverid
Type: System..::..String
viewmap
Type: Perforce.P4..::..ViewMap
spec
Type: Perforce.P4..::..FormSpec
options
Type: System..::..String

See Also