[This is preliminary documentation and is subject to change.]

Add a line to the end of the view

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

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