Click or drag to resize

CategoryModeratorMapping Constructor (Int32, Int32)

Initializes a new instance of the CategoryModeratorMapping class

Namespace:  Dynamicweb.Forum
Assembly:  Dynamicweb.Forum (in Dynamicweb.Forum.dll) Version: 3.0.3
Syntax
public CategoryModeratorMapping(
	int userID,
	int categoryID
)

Parameters

userID
Type: SystemInt32
categoryID
Type: SystemInt32
See Also