Parameterized constructor

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

Syntax

C#
public ClientMetadata(
	string name,
	string hostname,
	string address,
	string currentdirectory,
	string root
)
Visual Basic
Public Sub New ( _
	name As String, _
	hostname As String, _
	address As String, _
	currentdirectory As String, _
	root As String _
)
Visual C++
public:
ClientMetadata(
	String^ name, 
	String^ hostname, 
	String^ address, 
	String^ currentdirectory, 
	String^ root
)

Parameters

name
Type: System..::..String
name of client
hostname
Type: System..::..String
hostname of client
address
Type: System..::..String
network address of client
currentdirectory
Type: System..::..String
current directory of user
root
Type: System..::..String
root directory of client/workspace

See Also