Click or drag to resize

ViewMapAdd Method (String)

Add a line to the end of the view. Will try to parse the string to split into left, right, lineType, comment

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public void Add(
	string line
)

Parameters

line
Type: SystemString
Left/Right pair for the map
See Also