Click or drag to resize

WikiPageEditOptions Class

This is preliminary documentation and is subject to change.

[Missing <summary> documentation for "T:WikiClientLibrary.Pages.WikiPageEditOptions"]

Inheritance Hierarchy
SystemObject
  WikiClientLibrary.PagesWikiPageEditOptions

Namespace: WikiClientLibrary.Pages
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public class WikiPageEditOptions : IEquatable<WikiPageEditOptions>

The WikiPageEditOptions type exposes the following members.

Constructors
 NameDescription
Public methodWikiPageEditOptionsInitializes a new instance of the WikiPageEditOptions class
Top
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
Methods
 NameDescription
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also