DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Page title without prefix.
Removes the namespace prefix from page title.
Namespace: DotNetWikiBotAssembly: 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: StringPage title without prefix.