Click or drag to resize

P4MapApi Constructor (P4Server)

Create a new P4MapApi

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

Parameters

pserver
Type: Perforce.P4P4Server
The P4Server on which the map will be used
Remarks
The server is needed to know whether or not it is necessary to translate strings to/from Unicode
See Also