Click or drag to resize
BoardInfoProviderGetUnsubscriptionUrl Method
Gets unsubscription page URL.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 12.0.0
Syntax
C#
public static string GetUnsubscriptionUrl(
	string boardUnsubscriptionUrl,
	string siteName
)

Parameters

boardUnsubscriptionUrl
Type: SystemString
Board unsubscription URL.
siteName
Type: SystemString
Site name.

Return Value

Type: String
See Also