Perforce API for the .Net CLR P4.Net

P4Map.IncludesAll�Method�

Determines if the view contains all of the specified paths.

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

Parameters

paths
Paths to check.

Return Value

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

See Also

P4Map Class | P4API Namespace