DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Returns prefixes string, e.g. "Category|Kategorie".
Gets all names and aliases for specified namespace delimited by '|' character
and escaped for use within Regex patterns.
Namespace: DotNetWikiBotAssembly: 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: StringReturns prefixes string, e.g. "Category|Kategorie".