Click or drag to resize

ViewMapAdd Method (String, String, MapType)

Add a line to the end of the view (left, right, lineType)

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public void Add(
	string left,
	string right,
	MapType lineType
)

Parameters

left
Type: SystemString
left side of mapping
right
Type: SystemString
right side of mapping
lineType
Type: Perforce.P4MapType
See Also