Click or drag to resize

IWikiPagePropertyGroup Interface

This is preliminary documentation and is subject to change.

A marker interface which indicates the implementation type is an immutable group of property values associated with WikiPage that can be fetched from MediaWiki server.

Namespace: WikiClientLibrary.Pages.Queries.Properties
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public interface IWikiPagePropertyGroup
Remarks
It's recommended that you derive your custom property groups from WikiPagePropertyGroup instead of directly implementing IWikiPagePropertyGroup interface.
See Also