| NewsItemGetNewsDates Method |
Retrieves creation dates from the specified news items range.
Namespace:
Dynamicweb.News
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public static Dictionary<int, DateTime> GetNewsDates(
string categoryIDs
)
Public Shared Function GetNewsDates (
categoryIDs As String
) As Dictionary(Of Integer, DateTime)
Parameters
- categoryIDs
- Type: SystemString
Comma-separated list of IDs of news categories that represents news items range.
Return Value
Type:
DictionaryInt32,
DateTimeRemarks See Also