C# Class WikiFunctions.Lists.Providers.WhatTranscludesPageListProvider

Gets a list of pages which transclude the Named Pages
Inheritance: ApiListProviderBase, ISpecialPageProvider
Mostra file Open project: reedy/AutoWikiBrowser

Public Methods

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

Protected Methods

Method Description
MakeList ( string Namespace ) : List

Method Details

MakeList() public method

public MakeList ( ) : List
return List

MakeList() public method

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

MakeList() protected method

protected MakeList ( string Namespace ) : List
Namespace string
return List

Selected() public method

public Selected ( ) : void
return void