DotNetWikiBot Framework Documentation
Gets all names and aliases for specified namespace delimited by '|' character and escaped for use within Regex patterns.

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

Syntax

C#
public string GetNsPrefixes(
	int nsIndex
)

Parameters

nsIndex
Type: System..::..Int32
Index of namespace to get prefixes for.

Return Value

Type: String
Returns prefixes string, e.g. "Category|Kategorie".

See Also