Click or drag to resize

PagePropertyCollection Properties

This is preliminary documentation and is subject to change.

The PagePropertyCollection type exposes the following members.

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
See Also