C# Class afung.MangaWeb3.Common.AdminSettingsGetResponse

Inheritance: JsonResponse
Show file Open project: a-fung/MangaWeb3 Class Usage Examples

Public Properties

Property Type Description
cacheLimit int
guest bool
pdf bool
preprocessCount int
preprocessDelay int
rar bool
zip bool

Property Details

cacheLimit public property

public int cacheLimit
return int

guest public property

public bool guest
return bool

pdf public property

public bool pdf
return bool

preprocessCount public property

public int preprocessCount
return int

preprocessDelay public property

public int preprocessDelay
return int

rar public property

public bool rar
return bool

zip public property

public bool zip
return bool