Create a new P4MapApi

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

Syntax

C#
public P4MapApi(
	P4Server pserver
)
Visual Basic
Public Sub New ( _
	pserver As P4Server _
)
Visual C++
public:
P4MapApi(
	P4Server^ pserver
)

Parameters

pserver
Type: Perforce.P4..::..P4Server
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