summaryM:DotNetNuke.Security.Roles.RoleController.GetRoles(System.Int32,System.Func{DotNetNuke.Security.Roles.RoleInfo,System.Boolean})

Namespace: DotNetNuke.Security.Roles
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public IList<RoleInfo> GetRoles(
	int portalId,
	Func<RoleInfo, bool> predicate
)
Visual Basic
Public Function GetRoles ( 
	portalId As Integer,
	predicate As Func(Of RoleInfo, Boolean)
) As IList(Of RoleInfo)

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Security.Roles.RoleController.GetRoles(System.Int32,System.Func{DotNetNuke.Security.Roles.RoleInfo,System.Boolean})
predicate
Type: System..::..Func<(Of <(<'RoleInfo, Boolean>)>)>
parampredicateM:DotNetNuke.Security.Roles.RoleController.GetRoles(System.Int32,System.Func{DotNetNuke.Security.Roles.RoleInfo,System.Boolean})

Return Value

returnsM:DotNetNuke.Security.Roles.RoleController.GetRoles(System.Int32,System.Func{DotNetNuke.Security.Roles.RoleInfo,System.Boolean})

Implements

IRoleController..::..GetRoles(Int32, Func<(Of <<'(RoleInfo, Boolean>)>>))

See Also