DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Returns bool value.
This function returns true, if this PageList contains page with the same title
and same revision ID with page passed as a parameter. Before comparison this function
corrects all namespace prefixes in this PageList and in title of Page passed
as a parameter.
Namespace: DotNetWikiBotAssembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Syntax
C# |
---|
public bool Contains( Page page ) |
Parameters
- page
- Type: DotNetWikiBot..::..Page
Page object to search for in this PageList.
Return Value
Type: BooleanReturns bool value.