Table of Contents

Class Ignored

Namespace
SunamoDevCode
Assembly
SunamoDevCode.dll

Determines whether project paths should be ignored based on naming conventions.

public class Ignored
Inheritance
Ignored
Inherited Members
Extension Methods

Methods

IsIgnored(string)

Returns true if the specified path should be ignored (archived, UAP, mixin, or vcxproj).

public static bool IsIgnored(string path)

Parameters

path string

File path to check.

Returns

bool

True if the path should be ignored.