Click or drag to resize

UserGetSecondaryRelationPermissionGroups 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: SystemInt32
secondaryUserId
Type: SystemInt32

Return Value

Type: ListGroup
See Also