| FrontendChangeSubscription Method |
Namespace:
Dynamicweb.Forum
Assembly:
Dynamicweb.Forum (in Dynamicweb.Forum.dll) Version: 3.0.3
Syntax public void ChangeSubscription(
string email,
int threadID,
int categoryID,
bool subscribed,
bool autoRedirect,
string redirectToList = ""
)
Public Sub ChangeSubscription (
email As String,
threadID As Integer,
categoryID As Integer,
subscribed As Boolean,
autoRedirect As Boolean,
Optional redirectToList As String = ""
)
Parameters
- email
- Type: SystemString
- threadID
- Type: SystemInt32
- categoryID
- Type: SystemInt32
- subscribed
- Type: SystemBoolean
- autoRedirect
- Type: SystemBoolean
- redirectToList (Optional)
- Type: SystemString
See Also