| NewsItemMove Method |
Moves the specified news to category identifier.
Namespace:
Dynamicweb.News
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public void Move(
int moveToCategoryID
)
Public Sub Move (
moveToCategoryID As Integer
)
Parameters
- moveToCategoryID
- Type: SystemInt32
The move to category identifier.
See Also