| NewsCategoryGetCategoryList Method (String) |
Gets the news category list by ids.
Namespace:
Dynamicweb.News
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public static NewsCategoryCollection GetCategoryList(
string ids
)
Public Shared Function GetCategoryList (
ids As String
) As NewsCategoryCollection
Parameters
- ids
- Type: SystemString
The list of category ids.
Return Value
Type:
NewsCategoryCollectionSee Also