summaryM:DotNetNuke.Security.Roles.RoleController.GetUsersInRole(System.Int32,System.String)

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DotNetNuke 5.0. This function has been replaced by GetUserRolesByRole")]
public ArrayList GetUsersInRole(
	int PortalID,
	string RoleName
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DotNetNuke 5.0. This function has been replaced by GetUserRolesByRole")> 
Public Function GetUsersInRole ( 
	PortalID As Integer,
	RoleName As String
) As ArrayList

Parameters

PortalID
Type: System..::..Int32
paramPortalIDM:DotNetNuke.Security.Roles.RoleController.GetUsersInRole(System.Int32,System.String)
RoleName
Type: System..::..String
paramRoleNameM:DotNetNuke.Security.Roles.RoleController.GetUsersInRole(System.Int32,System.String)

Return Value

returnsM:DotNetNuke.Security.Roles.RoleController.GetUsersInRole(System.Int32,System.String)

See Also