Perforce API for the .Net CLR P4.Net

P4Map.Join Method 

Joins two map objects to form the intersection of the two views.

[Visual Basic]
Public Shared Function Join( _
   ByVal left As P4Map, _
   ByVal right As P4Map _
) As P4Map
[C#]
public static P4Map Join(
   P4Map left,
   P4Map right
);

Parameters

left
Left-hand map.
right
Right-hand map.

Return Value

P4Map object of the intersection of the two maps.

See Also

P4Map Class | P4API Namespace