 | Group.UpdateUsersEmailAllowed Method |
Namespace:
Dynamicweb.Security.UserManagement
Assembly:
Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntaxpublic static void UpdateUsersEmailAllowed(
bool isEmailAllowed,
int groupId
)
Public Shared Sub UpdateUsersEmailAllowed (
isEmailAllowed As Boolean,
groupId As Integer
)
Parameters
- isEmailAllowed
- Type: System.Boolean
- groupId
- Type: System.Int32
See Also