Click or drag to resize

ClientNameVersion Constructor

Initializes a new instance of the ClientNameVersion class

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public ClientNameVersion(
	string clientName,
	bool fromRevSpec = false
)

Parameters

clientName
Type: SystemString
The client name or revision spec.///
fromRevSpec (Optional)
Type: SystemBoolean
Set if passing a revspec like "@client_name"
See Also