Perforce API for the .Net CLR P4.Net

P4Map.IncludesAny Method 

Determines if the view contains any of the specified paths.

[Visual Basic]
Public Function IncludesAny( _
   ParamArray paths As String() _
) As Boolean
[C#]
public bool IncludesAny(
   params string[] paths
);

Parameters

paths
Paths to check.

Return Value

True if any of the paths are contained in the view.

See Also

P4Map Class | P4API Namespace