 | 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.PropertiesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic interface IWikiPagePropertyGroup
Public Interface IWikiPagePropertyGroup
Dim instance As IWikiPagePropertyGroup
public interface class IWikiPagePropertyGroup
type IWikiPagePropertyGroup = interface end
Remarks
It's recommended that you derive your custom property groups from
WikiPagePropertyGroup
instead of directly implementing
IWikiPagePropertyGroup interface.
See Also