Click or drag to resize

User.UpdateSecondaryUsers Method (Int32, ICollection<Int32>, Boolean)

Namespace:  Dynamicweb.Security.UserManagement
Assembly:  Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax
public static void UpdateSecondaryUsers(
	int userId,
	ICollection<int> secondaryUserIds,
	bool updateUsersICanSetAsSecondary
)

Parameters

userId
Type: System.Int32
secondaryUserIds
Type: System.Collections.Generic.ICollection<Int32>
updateUsersICanSetAsSecondary
Type: System.Boolean
See Also