Wiki |
This is preliminary documentation and is subject to change.
The WikiPagePropertyListT type exposes the following members.
Name | Description | |
---|---|---|
WikiPagePropertyListT(WikiSite) | Initializes a new instance of the WikiPagePropertyListT class | |
WikiPagePropertyListT(WikiSite, WikiPageStub) | Initializes a new instance of the WikiPagePropertyListT class |
Name | Description | |
---|---|---|
PageId | Gets/sets the page ID from which to get the list-like property value. | |
PageTitle | Gets/sets the page title from which to get the list-like property value. | |
PaginationSize | Gets/sets maximum items returned per MediaWiki API invocation. | |
PropertyName | Gets the name of the property, used as the value of prop parameter in action=query request. | |
Site | Gets the MediaWiki site this instance applies to. |
Name | Description | |
---|---|---|
EnumItemsAsync | Asynchronously enumerates all the items in the list. | |
EnumListParameters | When overridden, fills generator parameters for action=query&prop={PropertyName} request. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ItemFromJson | Parses an item contained in the action=query&prop={PropertyName} JSON response. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Overrides ObjectToString) |