Click or drag to resize

User.GetSecondaryRelationPermissionGroups Method

Namespace:  Dynamicweb.Security.UserManagement
Assembly:  Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax
public static List<Group> GetSecondaryRelationPermissionGroups(
	int userId,
	int secondaryUserId
)

Parameters

userId
Type: System.Int32
secondaryUserId
Type: System.Int32

Return Value

Type: List<Group>
See Also