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