Class UnindexableFilesNames
- Namespace
- SunamoDevCode
- Assembly
- SunamoDevCode.dll
Contains the file names for unindexable path configuration files.
public class UnindexableFilesNames
- Inheritance
-
UnindexableFilesNames
- Inherited Members
- Extension Methods
Properties
FileUnindexableFileNames
File name for the list of unindexable file names (partial match).
public string FileUnindexableFileNames { get; }
Property Value
FileUnindexableFileNamesExactly
File name for the list of exact unindexable file names.
public string FileUnindexableFileNamesExactly { get; }
Property Value
FileUnindexablePathEnds
File name for the list of unindexable path endings.
public string FileUnindexablePathEnds { get; }
Property Value
FileUnindexablePathParts
File name for the list of unindexable path parts (substrings).
public string FileUnindexablePathParts { get; }
Property Value
FileUnindexablePathStarts
File name for the list of unindexable path starts (prefixes).
public string FileUnindexablePathStarts { get; }
Property Value
Instance
Singleton instance providing access to unindexable file name constants.
public static UnindexableFilesNames Instance { get; }