[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 left,
	string right,
	P4MapApi..::..Type type
)
Visual Basic
Public Sub Insert ( _
	left As String, _
	right As String, _
	type As P4MapApi..::..Type _
)
Visual C++
public:
void Insert(
	String^ left, 
	String^ right, 
	P4MapApi..::..Type type
)

Parameters

left
Type: System..::..String
String representing the the left side of the new entry
right
Type: System..::..String
String representing the the right side of the new entry
type
Type: Perforce.P4..::..P4MapApi..::..Type
Type of the new entry

See Also