| GroupUpdateUsersEmailAllowed Method |
Namespace:
Dynamicweb.Security.UserManagement
Assembly:
Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax public static void UpdateUsersEmailAllowed(
bool isEmailAllowed,
int groupId
)
Public Shared Sub UpdateUsersEmailAllowed (
isEmailAllowed As Boolean,
groupId As Integer
)
Parameters
- isEmailAllowed
- Type: SystemBoolean
- groupId
- Type: SystemInt32
See Also