Show / Hide Table of Contents

Class FacebookConfig

Inheritance
System.Object
FacebookConfig
Namespace: Scraper.Net.Facebook
Assembly: Scraper.Net.Facebook.dll
Syntax
public class FacebookConfig : object

Properties

| Improve this Doc View Source

CookiesFileNames

Declaration
public string[] CookiesFileNames { get; set; }
Property Value
Type Description
System.String[]
| Improve this Doc View Source

MaxPageCount

Declaration
public int MaxPageCount { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

PostsPerPage

Declaration
public int PostsPerPage { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

PythonPath

Declaration
public string PythonPath { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Timeout

Declaration
public TimeSpan Timeout { get; }
Property Value
Type Description
TimeSpan
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX