Perforce API for the .Net CLR P4.Net

P4Map.Insert2�Method�(String, String)

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

[Visual�Basic]
Overloads�Public�Sub�Insert2( _
���ByVal left�As�String,�_
���ByVal right�As�String�_
)
[C#]
public�void�Insert2(
���stringleft,
���stringright
);

Parameters

left
Left-hand path of the view line.
right
Right-hand path of the view line.

See Also

P4Map Class | P4API Namespace | P4Map.Insert2 Overload List