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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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