summaryM:DotNetNuke.Security.Roles.RoleController.GetRoleNames(System.Int32)
Namespace: DotNetNuke.Security.RolesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("Deprecated in DotNetNuke 6.2.")] public string[] GetRoleNames( int portalId ) |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute("Deprecated in DotNetNuke 6.2.")> Public Function GetRoleNames ( portalId As Integer ) As String() |
Parameters
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Security.Roles.RoleController.GetRoleNames(System.Int32)