Click or drag to resize

P4ServerConnectionInfoFromPath Method

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public static void ConnectionInfoFromPath(
	string dir,
	out string port,
	out string user,
	out string client
)

Parameters

dir
Type: SystemString
port
Type: SystemString
user
Type: SystemString
client
Type: SystemString
See Also