DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Saves all pages in PageList to live wiki site. This function
doesn't limit the saving speed, so in case of working on public wiki it's better
to use SaveSmoothly(Int32, String, Boolean)
function in order to decrease server load.
Namespace: DotNetWikiBotAssembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Syntax
C# |
---|
public void Save( string comment, bool isMinorEdit ) |
Parameters
- comment
- Type: System..::..String
Your edit comment.
- isMinorEdit
- Type: System..::..Boolean
Minor edit mark (true = minor edit).