C# Class WikiFunctions.DBScanner.Restriction

Returns whether the article matches the specified move and edit restrictions
Inheritance: Scan
Show file Open project: reedy/AutoWikiBrowser

Public Methods

Method Description
Check ( ArticleInfo article ) : bool
Restriction ( string editLevel, string moveLevel ) : System

Method Details

Check() public method

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

Restriction() public method

public Restriction ( string editLevel, string moveLevel ) : System
editLevel string
moveLevel string
return System