[This is preliminary documentation and is subject to change.]

Adds a new entry in the map

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

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