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