Method | Description | |
---|---|---|
ClearCachedFeed ( string feedUrl ) : void |
Clears the specified feed from object cache.
|
|
GetFeed ( string feedUrl, string detailPage, int cacheDuration, string>.Dictionary |
Gets a System.Collections.Generic.Dictionary{string,object} representing the contents of the syndicated feed.
|
Method | Description | |
---|---|---|
BuildDetailPageLink ( int detailPageId, string hashedId ) : string | ||
BuildElementDictionary ( XElement feedElement, XNamespace>.Dictionary |
||
GetFeedCacheKey ( string feedUrl ) : string |
public static ClearCachedFeed ( string feedUrl ) : void | ||
feedUrl | string | A |
return | void |
public static GetFeed ( string feedUrl, string detailPage, int cacheDuration, string>.Dictionary |
||
feedUrl | string | A |
detailPage | string | A |
cacheDuration | int | A |
message | string>.Dictionary | A |
isError | bool | A |
return | object>.Dictionary |