BuildMaster SDK Reference
Version:

ConvertLegacyMask(System.Collections.Generic.IEnumerable<string> legacyMasks, bool recursive) Method

Returns a Inedo.IO.MaskingContext instance that is functionally equivalent to the supplied legacy masks.

Syntax

public abstract Inedo.IO.MaskingContext ConvertLegacyMask(IEnumerable<string> legacyMasks, bool recursive)

Parameters

legacyMasks
Type: System.Collections.Generic.IEnumerable<string>

Legacy file masks.

recursive
Type: bool

Value indicating whether the mask should be recursive.

Returns

Inedo.IO.MaskingContext instance that is functionally equivalent to the supplied legacy masks.