| NewsItemGetMinMaxNewsDate Method (String) |
Retrieves minimum and maximum date from the specified news items range.
Namespace:
Dynamicweb.News
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public static Dictionary<string, DateTime> GetMinMaxNewsDate(
string categoryIDs
)
Public Shared Function GetMinMaxNewsDate (
categoryIDs As String
) As Dictionary(Of String, DateTime)
Parameters
- categoryIDs
- Type: SystemString
Comma-separated list of IDs of news categories that represents news items range.
Return Value
Type:
DictionaryString,
DateTimeRemarks See Also