Click or drag to resize

WikiPageEditOptions Properties

This is preliminary documentation and is subject to change.

The WikiPageEditOptions type exposes the following members.

Properties
 NameDescription
Public propertyBot Whether to mark the edit as bot; even if you are using a bot account the edits will not be marked unless you set this flag.
Public propertyCancellationToken A token used to cancel the operation.
Public propertyContent The new page content; use empty string ("") to clear the page content.
Public propertyMinor Whether the edit is a minor edit. (See m:Help:Minor Edit)
Public propertySummary The edit summary. Leave it as null or empty string ("") to use the default edit summary.
Public propertyWatch Specify how the watchlist is affected by this edit.
Top
See Also