Click or drag to resize

PagePropertyCollection Class

This is preliminary documentation and is subject to change.

A read-only collection Containing additional page properties.
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.InfrastructuresWikiReadOnlyDictionary
    WikiClientLibrary.PagesPagePropertyCollection

Namespace: WikiClientLibrary.Pages
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
[JsonContractAttribute]
public class PagePropertyCollection : WikiReadOnlyDictionary

The PagePropertyCollection type exposes the following members.

Constructors
 NameDescription
Public methodPagePropertyCollectionInitializes a new instance of the PagePropertyCollection class
Top
Properties
 NameDescription
Public propertyCount Gets the count of all properties.
(Inherited from WikiReadOnlyDictionary)
Public propertyDisambiguation Determines whether the page is a disambiguation page. This is raw value and only works when Extension:Disambiguator presents. Please use IsDisambiguationAsync instead.
Public propertyDisplayTitle 
Public propertyIsHiddenCategory 
Public propertyItem Tries to get the value of the specified property.
(Inherited from WikiReadOnlyDictionary)
Public propertyKeysGets an ICollectionT containing the keys of the IDictionaryTKey, TValue.
(Inherited from WikiReadOnlyDictionary)
Public propertyPageImage 
Public propertyValuesGets an ICollectionT containing the values in the IDictionaryTKey, TValue.
(Inherited from WikiReadOnlyDictionary)
Top
Methods
 NameDescription
Public methodContainsKeyDetermines whether the IDictionaryTKey, TValue contains an element with the specified key.
(Inherited from WikiReadOnlyDictionary)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetBooleanValue Gets the Boolean value by property name.
(Inherited from WikiReadOnlyDictionary)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetInt32Value(String) Gets the Int32 value by property name. This overload raises exception for missing key.
(Inherited from WikiReadOnlyDictionary)
Public methodGetInt32Value(String, Int32) Gets the Int32 value by property name. A default value can be provided in case the specified key does not exist.
(Inherited from WikiReadOnlyDictionary)
Public methodGetInt64Value(String) Gets the Int64 value by property name. This overload raises exception for missing key.
(Inherited from WikiReadOnlyDictionary)
Public methodGetInt64Value(String, Int64) Gets the Int64 value by property name. A default value can be provided in case the specified key does not exist.
(Inherited from WikiReadOnlyDictionary)
Public methodGetStringValue Gets the String value by property name.
(Inherited from WikiReadOnlyDictionary)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnDeserialized
(Inherited from WikiReadOnlyDictionary)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryGetValueGets the value associated with the specified key.
(Inherited from WikiReadOnlyDictionary)
Top
See Also