Perforce API for the .Net CLR P4.Net

P4Map.Insert Method 

Inserts a new view line at the end of the map.

[Visual Basic]
Public Sub Insert( _
   ParamArray lines As String() _
)
[C#]
public void Insert(
   params string[] lines
);

Parameters

lines
Missing <param> documentation for lines

See Also

P4Map Class | P4API Namespace