| RecentChangesGeneratorPatrolledFilter Property |
This is preliminary documentation and is subject to change.
Whether to list edits flagged as patrolled. Only available to users with the patrol right.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public PropertyFilterOption PatrolledFilter { get; set; }
Public Property PatrolledFilter As PropertyFilterOption
Get
Set
Dim instance As RecentChangesGenerator
Dim value As PropertyFilterOption
value = instance.PatrolledFilter
instance.PatrolledFilter = value
public:
property PropertyFilterOption PatrolledFilter {
PropertyFilterOption get ();
void set (PropertyFilterOption value);
}
member PatrolledFilter : PropertyFilterOption with get, set
Property Value
PropertyFilterOptionSee Also