Method | Description | |
---|---|---|
DisqusSynchronizationService ( IOrchardServices orchardServices, IDisqusMappingService commentMappingService ) : System | ||
GetPosts ( string shortname, string secretKey, int limit, System.DateTime lastsync ) : List |
||
ImportComments ( ) : int |
Method | Description | |
---|---|---|
GetResponse ( string url ) : string |
public DisqusSynchronizationService ( IOrchardServices orchardServices, IDisqusMappingService commentMappingService ) : System | ||
orchardServices | IOrchardServices | |
commentMappingService | IDisqusMappingService | |
return | System |
public GetPosts ( string shortname, string secretKey, int limit, System.DateTime lastsync ) : List |
||
shortname | string | |
secretKey | string | |
limit | int | |
lastsync | System.DateTime | |
return | List |