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 line
)
Visual Basic
Public Sub Add ( _
	line As String _
)
Visual C++
public:
void Add(
	String^ line
)

Parameters

line
Type: System..::..String
Left/Right pair for the map

See Also