Click or drag to resize

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
)

Parameters

categoryIDs
Type: SystemString
Comma-separated list of IDs of news categories that represents news items range.

Return Value

Type: DictionaryString, DateTime
Remarks