Add a line to the end of the view
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
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