Click or drag to resize

PageImagesPropertyProvider Class

This is preliminary documentation and is subject to change.

Provides information about images on the page, such as thumbnail and presence of photos. (mw:Extension:PageImages#API)
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.Pages.Queries.PropertiesWikiPagePropertyProviderPageImagesPropertyGroup
    WikiClientLibrary.Pages.Queries.PropertiesPageImagesPropertyProvider

Namespace: WikiClientLibrary.Pages.Queries.Properties
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public class PageImagesPropertyProvider : WikiPagePropertyProvider<PageImagesPropertyGroup>

The PageImagesPropertyProvider type exposes the following members.

Constructors
 NameDescription
Public methodPageImagesPropertyProviderInitializes a new instance of the PageImagesPropertyProvider class
Top
Properties
 NameDescription
Public propertyPropertyName Gets the property name, when this property is needed to be included in the prop= parameter in the MediaWiki API request.
(Overrides WikiPagePropertyProviderTPropertyName)
Public propertyQueryOriginalImage Gets/sets a value that determines whether to fetch for URL and dimensions of thumbnail image associated with page, if any.
Public propertyThumbnailSize Gets/sets the maximum thumbnail dimension.
Top
Methods
 NameDescription
Public methodEnumParameters Enumerates the MediaWiki API request parameters for action=query request.
(Overrides WikiPagePropertyProviderTEnumParameters(MediaWikiVersion))
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetMaxPaginationSize Gets the maximum allowed count of titles in each MediaWiki API request.
(Overrides WikiPagePropertyProviderTGetMaxPaginationSize(MediaWikiVersion, Boolean))
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodParsePropertyGroup Parses the properties from the givenaction=query JSON response.
(Overrides WikiPagePropertyProviderTParsePropertyGroup(JsonObject))
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also