Click or drag to resize

AccountSystemBlockTypes Class

This is preliminary documentation and is subject to change.

Predefined account system block types.
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.SitesAccountSystemBlockTypes

Namespace: WikiClientLibrary.Sites
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public static class AccountSystemBlockTypes

The AccountSystemBlockTypes type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberDnsBlacklistUrlthe IP is associated with a listed domain in $wgDnsBlacklistUrls.
Public fieldStatic memberGlobalBlockfor backwards compatibility with the UserIsBlockedGlobally hook.
Public fieldStatic memberProxythe IP is listed in $wgProxyList.
Public fieldStatic memberSoftBlockRangesthe IP is covered by $wgSoftBlockRanges.
Top
See Also