Click or drag to resize

Revision Methods

This is preliminary documentation and is subject to change.

The Revision type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodStatic memberFetchRevisionAsync Fetch a revision by revid. This overload will also fetch the content of revision.
Public methodStatic memberFetchRevisionsAsync(WikiSite, IEnumerableInt64) Fetch revisions by revid sequence.
Public methodStatic memberFetchRevisionsAsync(WikiSite, Int64) Fetch revisions by revid sequence.
Public methodStatic memberFetchRevisionsAsync(WikiSite, IEnumerableInt64, PageQueryOptions) Fetch revisions by revid sequence.
Public methodStatic memberFetchRevisionsAsync(WikiSite, IEnumerableInt64, PageQueryOptions, CancellationToken) Fetch revisions by revid sequence.
Public methodStatic memberFetchRevisionsAsync(WikiSite, IEnumerableInt64, IWikiPageQueryProvider, CancellationToken) Fetch revisions by revid sequence.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also