Class Unindexable
- Namespace
- SunamoDevCode
- Assembly
- SunamoDevCode.dll
Holds collections of unindexable path patterns loaded from configuration files.
public class Unindexable
- Inheritance
-
Unindexable
- Inherited Members
- Extension Methods
Properties
UnindexableFileNames
Collection of file name patterns that should not be indexed (partial match).
public PpkOnDriveDC UnindexableFileNames { get; set; }
Property Value
UnindexableFileNamesExactly
Collection of exact file names that should not be indexed.
public PpkOnDriveDC UnindexableFileNamesExactly { get; set; }
Property Value
UnindexablePathEnds
Collection of path ending patterns that should not be indexed.
public PpkOnDriveDC UnindexablePathEnds { get; set; }
Property Value
UnindexablePathParts
Collection of path substring patterns that should not be indexed.
public PpkOnDriveDC UnindexablePathParts { get; set; }
Property Value
UnindexablePathStarts
Collection of path prefix patterns that should not be indexed.
public PpkOnDriveDC UnindexablePathStarts { get; set; }