| CategoryModeratorMapping Constructor (Int32, Int32) |
Namespace:
Dynamicweb.Forum
Assembly:
Dynamicweb.Forum (in Dynamicweb.Forum.dll) Version: 3.0.3
Syntax public CategoryModeratorMapping(
int userID,
int categoryID
)
Public Sub New (
userID As Integer,
categoryID As Integer
)
Parameters
- userID
- Type: SystemInt32
- categoryID
- Type: SystemInt32
See Also