  | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic 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