C# Class WikiFunctions.Lists.Providers.WhatLinksHereAndPageRedirectsExcludingTheRedirectsListProvider

Gets a list of non redirect pages which link to the Named Pages (If linking page is a redirect, get pages which link to that also)
Inheritance: WhatLinksHereListProvider
Mostra file Open project: reedy/AutoWikiBrowser

Public Methods

Method Description
WhatLinksHereAndPageRedirectsExcludingTheRedirectsListProvider ( ) : System
WhatLinksHereAndPageRedirectsExcludingTheRedirectsListProvider ( int limit ) : System

Protected Methods

Method Description
EvaluateXmlElement ( XmlTextReader xml ) : bool

Method Details

EvaluateXmlElement() protected method

protected EvaluateXmlElement ( XmlTextReader xml ) : bool
xml System.Xml.XmlTextReader
return bool

WhatLinksHereAndPageRedirectsExcludingTheRedirectsListProvider() public method

WhatLinksHereAndPageRedirectsExcludingTheRedirectsListProvider() public method

public WhatLinksHereAndPageRedirectsExcludingTheRedirectsListProvider ( int limit ) : System
limit int
return System