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