DotNetWikiBot Framework Documentation 
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Removes pages that are not in the given namespaces.
Namespace: DotNetWikiBotAssembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Syntax
| C# | 
|---|
public void FilterNamespaces( int[] neededNSs )  | 
Parameters
- neededNSs
 - Type: array<System..::..Int32>[]()[][]
Array of integers, presenting keys of namespaces to retain. 
Examples
pageList.FilterNamespaces(new int[] {0,3});  | |