| UserRelationLinkToCategory Method |
Namespace:
Dynamicweb.Forum
Assembly:
Dynamicweb.Forum (in Dynamicweb.Forum.dll) Version: 3.0.3
Syntax public static void LinkToCategory(
int categoryID,
string email,
string name
)
Public Shared Sub LinkToCategory (
categoryID As Integer,
email As String,
name As String
)
Parameters
- categoryID
- Type: SystemInt32
- email
- Type: SystemString
- name
- Type: SystemString
See Also