Méthode | Description | |
---|---|---|
DisqusComments ( IDisqusCommentRepository commentRepository, ISiteConfiguration siteConfiguration ) : System |
Initializes a new instance of the DisqusComments class.
|
|
Sync ( ) : void |
Synchronise all comments on Disqus into the local database
|
Méthode | Description | |
---|---|---|
BuildUrl ( string cursor ) : string |
Builds the URL to use for the API request
|
|
SyncComment ( dynamic comment ) : void |
Synchronise a single comment returned from Disqus
|
public DisqusComments ( IDisqusCommentRepository commentRepository, ISiteConfiguration siteConfiguration ) : System | ||
commentRepository | IDisqusCommentRepository | The comment database repository. |
siteConfiguration | ISiteConfiguration | The site configuration. |
Résultat | System |