NotificationFeed.getUpdateInfo (Method)
Returns the number of minutes since the last time the background job ran to update the feeds, or negative one (-1) which indicates that no feeds have ever been retreived.
Returns:
NotificationFeed_GetUpdateInfo_Struct (struct)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
DateLastUpdated | DateTime_EmptyString | The date/time of the last update. |
IDList | NotificationFeedIDList_EmptyString | The IDs of the notification feeds that were updated. |
LeastRecentContentDate | DateTime_EmptyString | The date/time of the oldest post. |
MinutesSinceLastUpdate | PositiveInteger_NEG1_0 | The number of minutes since the last updated, or -1 if the feeds have never been retrieved. |
MostRecentContentDate | DateTime_EmptyString | The date/time of the most recent post. |
PostsRetreived | NonNegativeInteger | The total count of posts retreived. |
Context:
License Requirements | (none) |
Permission Requirements | Contributor |
Deny Context | (none) |
Require Context | (none) |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | Customization is not supported for this method. |
Error Codes:
None
Notes:
None