| 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
)
Public Shared Function GetNewsIdsInCategory (
categoryID As Integer
) As String
Parameters
- categoryID
- Type: SystemInt32
The category id.
Return Value
Type:
StringSee Also