C# Class WikiFunctions.Lists.Providers.NewPagesListProvider

Returns a list of new pages, by default in the 0 namespace
Slow(ish) query! Api has: ApiBase::PARAM_MAX => ApiBase::LIMIT_BIG1 ApiBase::PARAM_MAX2 => ApiBase::LIMIT_BIG2
Inheritance: ApiListProviderBase, ISpecialPageProvider
Mostra file Open project: reedy/AutoWikiBrowser

Public Methods

Method Description
MakeList ( ) : List
MakeList ( int Namespace ) : List
NewPagesListProvider ( ) : System
Selected ( ) : void

Method Details

MakeList() public method

public MakeList ( ) : List
return List

MakeList() public method

public MakeList ( int Namespace ) : List
Namespace int
return List

NewPagesListProvider() public method

public NewPagesListProvider ( ) : System
return System

Selected() public method

public Selected ( ) : void
return void