Delegate PostFilter
Filters a post
Namespace: Scraper.Net
Assembly: Scraper.Net.dll
Syntax
public delegate Task<bool> PostFilter(Post post, string platform, CancellationToken ct = null);
Parameters
| Type | Name | Description |
|---|---|---|
| Post | post | A post to filter |
| System.String | platform | The platform of the post |
| CancellationToken | ct |
Returns
| Type | Description |
|---|---|
| Task<System.Boolean> |