Click or drag to resize

AccountBlockInfo Class

This is preliminary documentation and is subject to change.

Contains basic information about a given account block.
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.SitesAccountBlockInfo

Namespace: WikiClientLibrary.Sites
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
[JsonContractAttribute]
public sealed class AccountBlockInfo

The AccountBlockInfo type exposes the following members.

Constructors
 NameDescription
Public methodAccountBlockInfoObsolete.
Initializes a new instance of the AccountBlockInfo class
Top
Properties
 NameDescription
Public propertyBlockComponentsFor composite block, retrieve the block components. (MW 1.34+)
Public propertyBlockedByUsername of the blocker.
Public propertyBlockedByIdUser ID of the blocker.
Public propertyBlockedSinceTimestamp for when the block was placed/modified.
Public propertyBlockExpiryExpiry time of the block.
Public propertyBlockIdID of the block.
Public propertyBlockReasonReason provided for the block, in Wikitext.
Public propertyIsAnonymousBlockWhether the block only affects anonymous users.
Public propertyIsCreateAccountBlockedWhether the account creation has also been blocked.
Public propertyIsEmailBlockedWhether this block blocks the target from sending emails.
Public propertyIsPartialBlockWhether the block only applies to certain pages, namespaces and/or actions
Public propertyIsUserTalkEditBlockedWhether the block blocks the target from editing their own user talk page.
Public propertySystemBlockTypeSystem block type, if this block is a system block.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
See Also