Click or drag to resize

PropertyFilterOption Enumeration

This is preliminary documentation and is subject to change.

Determines whether a page with/without certain specific property should be included in the list.

Namespace: WikiClientLibrary.Generators
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
public enum PropertyFilterOption
Members
Member nameValueDescription
Disable0 Do not filter by this property.
WithProperty1 Only include the pages with this property.
WithoutProperty2 Only include the pages without this property.
See Also