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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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