 | NewsCategoryCollectionGetByID Method |
Gets the news category by id.
Namespace:
Dynamicweb.News
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntaxpublic NewsCategory GetByID(
int id
)
Public Function GetByID (
id As Integer
) As NewsCategory
Parameters
- id
- Type: SystemInt32
The id.
Return Value
Type:
NewsCategory
See Also