DotNetWikiBot Framework Documentation
If true the bot asks user to confirm next Save(), RenameTo() or Delete() operation. False by default.

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

Syntax

C#
public static bool askConfirm

Field Value

Type: Boolean

Examples

 Copy imageCopy
Bot.askConfirm = true;

See Also