| 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.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public enum PropertyFilterOption
Public Enumeration PropertyFilterOption
Dim instance As PropertyFilterOption
public enum class PropertyFilterOption
type PropertyFilterOption
Members Member name | Value | Description |
---|
Disable | 0 |
Do not filter by this property.
|
WithProperty | 1 |
Only include the pages with this property.
|
WithoutProperty | 2 |
Only include the pages without this property.
|
See Also