SCSArticleDownloadOption
enum SCSArticleDownloadOption : NSInteger {}
                Download options used when fetching article content.
See
SCSArticle
- 
                  
                  
Include images when downloading article.
Declaration
Objective-C
SCSArticleDownloadOptionImages = 1 << 0Swift
case images = 1 - 
                  
                  
Refetch article fields from server when downloading.
Declaration
Objective-C
SCSArticleDownloadOptionRefetchArticleContent = 1 << 1Swift
case refetchArticleContent = 2 
            Install in Dash
          
      SCSArticleDownloadOption Enumeration Reference