Click or drag to resize

RecentChangeItemPatrolAsync Method

This is preliminary documentation and is subject to change.

Asynchronously patrol the change.

Namespace: WikiClientLibrary.Generators
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.8.0+bba8b7a48c3412988f4331f41f4164c670d73663
Syntax
public Task PatrolAsync()

Return Value

Task
Exceptions
ExceptionCondition
UnauthorizedOperationException

You don't have permission to patrol changes. Only users with the patrol right can do this.

OR You don't have permission to patrol your own changes. Only users with the autopatrol right can do this.

NotSupportedExceptionPatrolling is disabled on this wiki.
Remarks
It's suggested that the caller only patrol the pages whose PatrolStatus is Unpatrolled.
See Also