C# Class gp.Files.ImageWordsToBeIgnored

If any word from this list occurs inside an image URL (i.e. the image source), Then ignore the image.
Afficher le fichier Open project: vatsal/getputs

Méthodes publiques

Méthode Description
Contains ( string word ) : bool

Indicates whether a url is a contained in the ImageWordsToBeIgnored List

GetImageWordsToBeIgnored ( ) : bool>.Dictionary
ReLoadList ( ) : void

Private Methods

Méthode Description
ImageWordsToBeIgnored ( ) : System

Reads Words File

Method Details

Contains() public méthode

Indicates whether a url is a contained in the ImageWordsToBeIgnored List
public Contains ( string word ) : bool
word string
Résultat bool

GetImageWordsToBeIgnored() public méthode

public GetImageWordsToBeIgnored ( ) : bool>.Dictionary
Résultat bool>.Dictionary

ReLoadList() public méthode

public ReLoadList ( ) : void
Résultat void