DotNetWikiBot Framework Documentation
Removes the pages, that are in given namespaces.

Namespace: DotNetWikiBot
Assembly: 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

 Copy imageCopy
pageList.RemoveNamespaces(new int[] {2,4});

See Also