Table of Contents

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

PpkOnDriveDC

UnindexableFileNamesExactly

Collection of exact file names that should not be indexed.

public PpkOnDriveDC UnindexableFileNamesExactly { get; set; }

Property Value

PpkOnDriveDC

UnindexablePathEnds

Collection of path ending patterns that should not be indexed.

public PpkOnDriveDC UnindexablePathEnds { get; set; }

Property Value

PpkOnDriveDC

UnindexablePathParts

Collection of path substring patterns that should not be indexed.

public PpkOnDriveDC UnindexablePathParts { get; set; }

Property Value

PpkOnDriveDC

UnindexablePathStarts

Collection of path prefix patterns that should not be indexed.

public PpkOnDriveDC UnindexablePathStarts { get; set; }

Property Value

PpkOnDriveDC