Perforce API for the .Net CLR P4.Net

P4Map.Includes Method 

Determines if the path is contained in the view.

[Visual Basic]
Public Function Includes( _
   ByVal path As String _
) As Boolean
[C#]
public bool Includes(
   string path
);

Parameters

path
Path to check.

Return Value

True when the view includes the path.

See Also

P4Map Class | P4API Namespace