| UserUpdateSecondaryUsers Method (ICollectionInt32, Boolean) |
Namespace:
Dynamicweb.Security.UserManagement
Assembly:
Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax public void UpdateSecondaryUsers(
ICollection<int> secondaryUserIds,
bool updateUsersICanSetAsSecondary
)
Public Sub UpdateSecondaryUsers (
secondaryUserIds As ICollection(Of Integer),
updateUsersICanSetAsSecondary As Boolean
)
Parameters
- secondaryUserIds
- Type: System.Collections.GenericICollectionInt32
- updateUsersICanSetAsSecondary
- Type: SystemBoolean
See Also