Click or drag to resize

NewsCategoryGetNewsIdsInCategory Method

Gets the list of news ids by specified category id.

Namespace:  Dynamicweb.News
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public static string GetNewsIdsInCategory(
	int categoryID
)

Parameters

categoryID
Type: SystemInt32
The category id.

Return Value

Type: String
See Also