Click or drag to resize

LabelNameVersion Constructor

Initializes a new instance of the LabelNameVersion class

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public LabelNameVersion(
	string LabelName,
	bool FromRevSpec = false
)

Parameters

LabelName
Type: SystemString
The label.
FromRevSpec (Optional)
Type: SystemBoolean
Set if decoding a revision specifier, like "@labelname"
See Also