DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
If true the bot asks user to confirm next Save(), RenameTo() or Delete()
operation. False by default.
Namespace: DotNetWikiBotAssembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Syntax
C# |
---|
public static bool askConfirm |
Field Value
Type: BooleanExamples
Copy | |
---|---|
Bot.askConfirm = true; |