DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Returns bool value.
Returns true, if this page is a disambiguation page. This function
automatically recognizes disambiguation templates on Wikipedia sites in
different languages. But in order to be used on other sites, disambig
variable must be manually set before this function is called.
disambig should contain local disambiguation template's title or
several titles delimited by '|' character, letters case doesn't matter, e.g.
"disambiguation|disambig|disam". Page text
will be loaded from wiki if it was not loaded prior to function call.
Namespace: DotNetWikiBotAssembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Syntax
C# |
---|
public bool IsDisambig() |
Return Value
Type: BooleanReturns bool value.