C# Class WikiFunctions.Lists.Providers.AllPagesSpecialPageProvider

Returns a list of "all pages" in a namespace
Inheritance: ApiListProviderBase, ISpecialPageProvider
Mostra file Open project: reedy/AutoWikiBrowser

Protected Properties

Property Type Description
From string

Public Methods

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

Method Details

MakeList() public method

public MakeList ( ) : List
return List

MakeList() public method

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

Selected() public method

public Selected ( ) : void
return void

Property Details

From protected_oe property

protected string From
return string