| NewsCategoryRemoveCache Method |
Removes the cache.
Namespace:
Dynamicweb.News
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public static void RemoveCache(
int categoryId
)
Public Shared Sub RemoveCache (
categoryId As Integer
)
Parameters
- categoryId
- Type: SystemInt32
The category identifier.
See Also