Wiki |
This is preliminary documentation and is subject to change.
[Missing <summary> documentation for "T:WikiClientLibrary.Pages.WikiPageEditOptions"]
The WikiPageEditOptions type exposes the following members.
Name | Description | |
---|---|---|
WikiPageEditOptions | Initializes a new instance of the WikiPageEditOptions class |
Name | Description | |
---|---|---|
Bot | 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. | |
CancellationToken | A token used to cancel the operation. | |
Content | The new page content; use empty string ("") to clear the page content. | |
Minor | Whether the edit is a minor edit. (See m:Help:Minor Edit) | |
Summary | The edit summary. Leave it as null or empty string ("") to use the default edit summary. | |
Watch | Specify how the watchlist is affected by this edit. |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |