DotNetWikiBot Framework Documentation
Gets the list of all WikiMedia Foundation wiki sites as listed here.

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

Syntax

C#
public List<string> GetWikimediaProjects(
	bool officialOnly
)

Parameters

officialOnly
Type: System..::..Boolean
If set to false, function also returns special and private WikiMedia projects.

Return Value

Type: List<(Of <(<'String>)>)>
Returns list of strings.

See Also