C# Class WikiFunctions.Lists.Providers.UserContribsListProvider

Gets the user contributions of the Named Users
Inheritance: ApiListProviderBase, ISpecialPageProvider
Mostra file Open project: reedy/AutoWikiBrowser

Protected Properties

Property Type Description
uclimit string

Public Methods

Method Description
MakeList ( ) : List
MakeList ( int @namespace ) : List
MakeList ( string @namespace, string searchCriteria ) : 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

MakeList() public method

public MakeList ( string @namespace, string searchCriteria ) : List
@namespace string
searchCriteria string
return List

Selected() public method

public Selected ( ) : void
return void

Property Details

uclimit protected_oe property

protected string uclimit
return string