DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Returns bool value.
This function returns true, if a page with specified title exists
in this PageList. This function corrects all namespace prefixes in this PageList
before comparison.
Namespace: DotNetWikiBotAssembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Syntax
C# |
---|
public bool Contains( string title ) |
Parameters
- title
- Type: System..::..String
Title of page to check.
Return Value
Type: BooleanReturns bool value.