Click or drag to resize

P4MapApiInsert Method (String, String, P4MapApiType)

Adds a new entry in the map

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public void Insert(
	string left,
	string right,
	P4MapApiType type
)

Parameters

left
Type: SystemString
String representing the the left side of the new entry
right
Type: SystemString
String representing the the right side of the new entry
type
Type: Perforce.P4P4MapApiType
Type of the new entry
See Also