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.8.0-int.8+f07259cca53448109bd542f6a3e53c54ddd48d58
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