Click or drag to resize

ClientMetadata Constructor (String, String, String, String, String)

Parameterized constructor

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public ClientMetadata(
	string name,
	string hostname,
	string address,
	string currentdirectory,
	string root
)

Parameters

name
Type: SystemString
name of client
hostname
Type: SystemString
hostname of client
address
Type: SystemString
network address of client
currentdirectory
Type: SystemString
current directory of user
root
Type: SystemString
root directory of client/workspace
See Also