DotNetWikiBot Framework Documentation
Gets main local prefix for specified namespace and colon.

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

Syntax

C#
public string GetNsPrefix(
	int nsIndex
)

Parameters

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

Return Value

Type: String
Returns the prefix with colon, e.g., "Kategorie:".

See Also