Click or drag to resize

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 = ""
)

Parameters

email
Type: SystemString
threadID
Type: SystemInt32
categoryID
Type: SystemInt32
subscribed
Type: SystemBoolean
autoRedirect
Type: SystemBoolean
redirectToList (Optional)
Type: SystemString
See Also