Class UnindexableFilesPaths
- Namespace
- SunamoDevCode
- Assembly
- SunamoDevCode.dll
Holds full paths to the unindexable files configuration files, resolved from a base path.
public class UnindexableFilesPaths
- Inheritance
-
UnindexableFilesPaths
- Inherited Members
- Extension Methods
Constructors
UnindexableFilesPaths(string)
Initializes paths by combining the base path with unindexable file name constants.
public UnindexableFilesPaths(string basePath)
Parameters
basePathstringBase directory path for the configuration files.
Properties
FileUnindexableFileNames
Full path to the file listing unindexable file names.
public string FileUnindexableFileNames { get; set; }
Property Value
FileUnindexableFileNamesExactly
Full path to the file listing exact unindexable file names.
public string FileUnindexableFileNamesExactly { get; set; }
Property Value
FileUnindexablePathEnds
Full path to the file listing unindexable path endings.
public string FileUnindexablePathEnds { get; set; }
Property Value
FileUnindexablePathParts
Full path to the file listing unindexable path parts.
public string FileUnindexablePathParts { get; set; }
Property Value
FileUnindexablePathStarts
Full path to the file listing unindexable path starts.
public string FileUnindexablePathStarts { get; set; }