Table of Contents

Class VisualStudioTempFseWrapped

Namespace
SunamoDevCode.Values
Assembly
SunamoDevCode.dll

Visual Studio temporary files, folders and extensions wrapped with backslashes (quotes). Only contains folder lists - all values from VisualStudioTempFse wrapped for command-line usage.

public class VisualStudioTempFseWrapped
Inheritance
VisualStudioTempFseWrapped
Inherited Members
Extension Methods

Fields

Aggregate

Aggregated list of all folders and files (from all categories) wrapped with quotes. Used for checking if a path should be indexed.

public static List<string> Aggregate

Field Value

List<string>

FilesWeb

Web-related file extensions and folders wrapped with quotes.

public static List<string> FilesWeb

Field Value

List<string>

FoldersAnywhereDownloaded

Folders downloaded anywhere in hierarchy, wrapped with quotes for command-line usage.

public static List<string> FoldersAnywhereDownloaded

Field Value

List<string>

FoldersAnywhereToDelete

Folders to delete anywhere in hierarchy, wrapped with quotes for command-line usage.

public static List<string> FoldersAnywhereToDelete

Field Value

List<string>

FoldersAnywhereToKeep

Folders to keep anywhere in hierarchy, wrapped with quotes for command-line usage.

public static List<string> FoldersAnywhereToKeep

Field Value

List<string>

FoldersInProjectDownloaded

Folders downloaded in project directory, wrapped with quotes for command-line usage.

public static List<string> FoldersInProjectDownloaded

Field Value

List<string>

FoldersInProjectToDelete

Folders to delete in project directory, wrapped with quotes for command-line usage.

public static List<string> FoldersInProjectToDelete

Field Value

List<string>

FoldersInProjectToKeep

Folders to keep in project directory, wrapped with quotes for command-line usage.

public static List<string> FoldersInProjectToKeep

Field Value

List<string>

FoldersInSolutionDownloaded

Folders downloaded/generated by package managers, wrapped with quotes for command-line usage.

public static List<string> FoldersInSolutionDownloaded

Field Value

List<string>

FoldersInSolutionToDelete

Folders to delete in solution directory, wrapped with quotes for command-line usage.

public static List<string> FoldersInSolutionToDelete

Field Value

List<string>

FoldersInSolutionToKeep

Folders to keep in solution directory, wrapped with quotes for command-line usage.

public static List<string> FoldersInSolutionToKeep

Field Value

List<string>

Methods

IsToIndexed(string)

Determines whether the specified path should be indexed. Returns false if the path contains any pattern from the aggregate list.

public static bool IsToIndexed(string path)

Parameters

path string

Path to check for indexing eligibility.

Returns

bool

True if the path should be indexed, false otherwise.