Click or drag to resize

P4Server Constructor (String)

Create a P4BridgeServer using the PUC specified by the environment or a p4config file if one exists.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public P4Server(
	string cwd
)

Parameters

cwd
Type: SystemString
Current working Directory. Can be null/blank if not connecting to the Perforce server using a P4Config file.
See Also