Table of Contents

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

basePath string

Base directory path for the configuration files.

Properties

FileUnindexableFileNames

Full path to the file listing unindexable file names.

public string FileUnindexableFileNames { get; set; }

Property Value

string

FileUnindexableFileNamesExactly

Full path to the file listing exact unindexable file names.

public string FileUnindexableFileNamesExactly { get; set; }

Property Value

string

FileUnindexablePathEnds

Full path to the file listing unindexable path endings.

public string FileUnindexablePathEnds { get; set; }

Property Value

string

FileUnindexablePathParts

Full path to the file listing unindexable path parts.

public string FileUnindexablePathParts { get; set; }

Property Value

string

FileUnindexablePathStarts

Full path to the file listing unindexable path starts.

public string FileUnindexablePathStarts { get; set; }

Property Value

string