 | NewsCategory.GetNewsIdsInCategory 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
Syntaxpublic static string GetNewsIdsInCategory(
int categoryID
)
Public Shared Function GetNewsIdsInCategory (
categoryID As Integer
) As String
Parameters
- categoryID
- Type: System.Int32
The category id.
Return Value
Type:
String
See Also