Click or drag to resize
SubscriberInfoProviderUnblockUser Method
Unblocks a user with a specified ID (for role subscribers).

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public static void UnblockUser(
	int userId
)

Parameters

userId
Type: SystemInt32
User ID
See Also