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