Show / Hide Table of Contents

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>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX