DotNetWikiBot Framework Documentation
Removes the namespace prefix from page title.

Namespace: DotNetWikiBot
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0

Syntax

C#
public string RemoveNsPrefix(
	string pageTitle,
	int nsIndex
)

Parameters

pageTitle
Type: System..::..String
Page title to remove prefix from.
nsIndex
Type: System..::..Int32
Integer key of namespace to remove. If this parameter is 0 any found namespace prefix is removed.

Return Value

Type: String
Page title without prefix.

See Also