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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
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