DotNetWikiBot Framework Documentation
Gets titles of pages, in which the specified image file is included. Function also works with non-image files.

Namespace: DotNetWikiBot
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0

Syntax

C#
public void FillFromPagesUsingImage(
	string imageFileTitle
)

Parameters

imageFileTitle
Type: System..::..String
File title. With or without "Image:" or "File:" prefix.

See Also