C# Class WikiFunctions.DBScanner.TitleContains

Returns whether the article title matches the provided regexes
Inheritance: Scan
Mostra file Open project: reedy/AutoWikiBrowser

Public Methods

Method Description
Check ( ArticleInfo article ) : bool
TitleContains ( Regex containsR ) : System

Method Details

Check() public method

public Check ( ArticleInfo article ) : bool
article ArticleInfo
return bool

TitleContains() public method

public TitleContains ( Regex containsR ) : System
containsR System.Text.RegularExpressions.Regex
return System