summaryM:DotNetNuke.Security.Roles.RoleController.GetUsersByRole(System.Int32,System.String)
Namespace: DotNetNuke.Security.RolesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public IList<UserInfo> GetUsersByRole( int portalId, string roleName ) |
Visual Basic |
---|
Public Function GetUsersByRole ( portalId As Integer, roleName As String ) As IList(Of UserInfo) |
Parameters
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Security.Roles.RoleController.GetUsersByRole(System.Int32,System.String)
- roleName
- Type: System..::..String
paramroleNameM:DotNetNuke.Security.Roles.RoleController.GetUsersByRole(System.Int32,System.String)