Click or drag to resize

P4MapApiInsert Method (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 lr,
	P4MapApiType t
)

Parameters

lr
Type: SystemString
String representing both the the left and right sides of the new entry
t
Type: Perforce.P4P4MapApiType
Type of the new entry
See Also