BuildMaster SDK Reference
Version:

GetNonMatches(string pathRoot, Inedo.BuildMaster.Files.SystemEntryInfo entry, string[] masks) Method

Returns an array of Inedo.BuildMaster.Files.SystemEntryInfo items which do not match the specified search masks.

Syntax

public static Inedo.BuildMaster.Files.SystemEntryInfo[] GetNonMatches(string pathRoot, Inedo.BuildMaster.Files.SystemEntryInfo entry, string[] masks)

Parameters

pathRoot
Type: string

Root path in which to search for non-matches.

entry
Type: Inedo.BuildMaster.Files.SystemEntryInfo

Top-level entry containing sub-entries to mask.

masks
Type: string[]

Masks used to filter sub-entries.

Returns

Non-matching Inedo.BuildMaster.Files.SystemEntryInfo items.

Remarks

For a description of file masking, see Util.Files.Comparison.