Click or drag to resize
UserInfoDiffActualRolesFromAppRoles Method
Uses the output of ExtractRolesUsedByUsers and a list of app-defined roles to extract a list of roles assigned to users that does not exist in the app definition.

Namespace:  Intuit.Ipp.Data
Assembly:  Intuit.Ipp.Data (in Intuit.Ipp.Data.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public static IList<RoleInfo> DiffActualRolesFromAppRoles(
	IDictionary<string, RoleInfo> rolesOfUsers,
	IList<RoleInfo> appDefinedRoles
)

Parameters

rolesOfUsers
Type: System.Collections.GenericIDictionaryString, RoleInfo
The roles of users.
appDefinedRoles
Type: System.Collections.GenericIListRoleInfo
The app defined roles.

Return Value

Type: IListRoleInfo
Returns the roles info.
See Also