Click or drag to resize

WikiPageCategoryInfo Structure

This is preliminary documentation and is subject to change.

Contains information about a page's belonging category.
Inheritance Hierarchy
SystemObject
  SystemValueType
    WikiClientLibrary.Pages.Queries.PropertiesWikiPageCategoryInfo

Namespace: WikiClientLibrary.Pages.Queries.Properties
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.8.0+bba8b7a48c3412988f4331f41f4164c670d73663
Syntax
public readonly struct WikiPageCategoryInfo

The WikiPageCategoryInfo type exposes the following members.

Constructors
 NameDescription
Public methodWikiPageCategoryInfoInitializes a new instance of the WikiPageCategoryInfo class
Top
Properties
 NameDescription
Public propertyFullSortKeyGets the sortkey (hexadecimal string) of the current page in the category.
Public propertyIsHiddenGets a value that indicates whether the category is hidden.
Public propertyPage Page information for the category.
Public propertySortKeyGets the sortkey prefix (human-readable part) of the current page in the category.
Public propertyTimeStampGets the timestamp of when the category was added.
Public propertyTitle Full name of the category.
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Overrides ValueTypeToString)
Top
See Also