Click or drag to resize

NewsCategoryCollectionGetByID Method

Gets the news category by id.

Namespace:  Dynamicweb.News
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public NewsCategory GetByID(
	int id
)

Parameters

id
Type: SystemInt32
The id.

Return Value

Type: NewsCategory
See Also