summaryM:DotNetNuke.Security.Permissions.ModulePermissionController.GetRoleNamesFromRoleIDs(System.String)

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

Syntax

C#
[ObsoleteAttribute("Deprecated in DNN 5.0.  It was used to replace lists of RoleIds by lists of RoleNames.")]
public string GetRoleNamesFromRoleIDs(
	string roles
)
Visual Basic
<ObsoleteAttribute("Deprecated in DNN 5.0.  It was used to replace lists of RoleIds by lists of RoleNames.")> 
Public Function GetRoleNamesFromRoleIDs ( 
	roles As String
) As String

Parameters

roles
Type: System..::..String
paramrolesM:DotNetNuke.Security.Permissions.ModulePermissionController.GetRoleNamesFromRoleIDs(System.String)

Return Value

returnsM:DotNetNuke.Security.Permissions.ModulePermissionController.GetRoleNamesFromRoleIDs(System.String)

See Also