Click or drag to resize

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: 2023.2.255.3501
Syntax
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: 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