DotNetWikiBot Framework Documentation
Gets security tokens which are required by MediaWiki to perform page modifications.

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

Syntax

C#
public Dictionary<string, string> GetSecurityTokens(
	string action
)

Parameters

action
Type: System..::..String
Type of action, that security token is required for.

Return Value

Type: Dictionary<(Of <(<'String, String>)>)>
Returns Dictionary object.

See Also