Add a line to the end of the view

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

Syntax

C#
public void Add(
	string left,
	string right,
	MapType lineType
)
Visual Basic
Public Sub Add ( _
	left As String, _
	right As String, _
	lineType As MapType _
)
Visual C++
public:
void Add(
	String^ left, 
	String^ right, 
	MapType lineType
)

Parameters

left
Type: System..::..String
left side of mapping
right
Type: System..::..String
right side of mapping
lineType
Type: Perforce.P4..::..MapType

See Also