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.
Mostrar archivo Open project: vatsal/getputs

Public Methods

Method Description
Contains ( string word ) : bool

Indicates whether a url is a contained in the ImageWordsToBeIgnored List

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

Private Methods

Method Description
ImageWordsToBeIgnored ( ) : System

Reads Words File

Method Details

Contains() public method

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

GetImageWordsToBeIgnored() public method

public GetImageWordsToBeIgnored ( ) : bool>.Dictionary
return bool>.Dictionary

ReLoadList() public method

public ReLoadList ( ) : void
return void