Adds a new entry in the map

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

Syntax

C#
public void Insert(
	string lr,
	P4MapApi..::..Type t
)
Visual Basic
Public Sub Insert ( _
	lr As String, _
	t As P4MapApi..::..Type _
)
Visual C++
public:
void Insert(
	String^ lr, 
	P4MapApi..::..Type t
)

Parameters

lr
Type: System..::..String
String representing both the the left and right sides of the new entry
t
Type: Perforce.P4..::..P4MapApi..::..Type
Type of the new entry

See Also