Table of Contents

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

string

FileUnindexableFileNamesExactly

File name for the list of exact unindexable file names.

public string FileUnindexableFileNamesExactly { get; }

Property Value

string

FileUnindexablePathEnds

File name for the list of unindexable path endings.

public string FileUnindexablePathEnds { get; }

Property Value

string

FileUnindexablePathParts

File name for the list of unindexable path parts (substrings).

public string FileUnindexablePathParts { get; }

Property Value

string

FileUnindexablePathStarts

File name for the list of unindexable path starts (prefixes).

public string FileUnindexablePathStarts { get; }

Property Value

string

Instance

Singleton instance providing access to unindexable file name constants.

public static UnindexableFilesNames Instance { get; }

Property Value

UnindexableFilesNames