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
FilesWeb
Web-related file extensions and folders wrapped with quotes.
public static List<string> FilesWeb
Field Value
FoldersAnywhereDownloaded
Folders downloaded anywhere in hierarchy, wrapped with quotes for command-line usage.
public static List<string> FoldersAnywhereDownloaded
Field Value
FoldersAnywhereToDelete
Folders to delete anywhere in hierarchy, wrapped with quotes for command-line usage.
public static List<string> FoldersAnywhereToDelete
Field Value
FoldersAnywhereToKeep
Folders to keep anywhere in hierarchy, wrapped with quotes for command-line usage.
public static List<string> FoldersAnywhereToKeep
Field Value
FoldersInProjectDownloaded
Folders downloaded in project directory, wrapped with quotes for command-line usage.
public static List<string> FoldersInProjectDownloaded
Field Value
FoldersInProjectToDelete
Folders to delete in project directory, wrapped with quotes for command-line usage.
public static List<string> FoldersInProjectToDelete
Field Value
FoldersInProjectToKeep
Folders to keep in project directory, wrapped with quotes for command-line usage.
public static List<string> FoldersInProjectToKeep
Field Value
FoldersInSolutionDownloaded
Folders downloaded/generated by package managers, wrapped with quotes for command-line usage.
public static List<string> FoldersInSolutionDownloaded
Field Value
FoldersInSolutionToDelete
Folders to delete in solution directory, wrapped with quotes for command-line usage.
public static List<string> FoldersInSolutionToDelete
Field Value
FoldersInSolutionToKeep
Folders to keep in solution directory, wrapped with quotes for command-line usage.
public static List<string> FoldersInSolutionToKeep
Field Value
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
pathstringPath to check for indexing eligibility.
Returns
- bool
True if the path should be indexed, false otherwise.