| UserRelationUnlinkFromCategory Method (Int32, Int32) |
Namespace:
Dynamicweb.Forum
Assembly:
Dynamicweb.Forum (in Dynamicweb.Forum.dll) Version: 3.0.3
Syntax public static void UnlinkFromCategory(
int categoryID,
int userID
)
Public Shared Sub UnlinkFromCategory (
categoryID As Integer,
userID As Integer
)
Parameters
- categoryID
- Type: SystemInt32
- userID
- Type: SystemInt32
See Also