Click or drag to resize

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
)

Parameters

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

Return Value

Type: DictionaryInt32, DateTime
Remarks