summaryM:DotNetNuke.Security.Roles.RoleProvider.GetRole(System.Int32,System.Int32)
Namespace: DotNetNuke.Security.RolesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[ObsoleteAttribute("Deprecated in DotNetNuke 6.2. Roles are cached in the business layer")] public virtual RoleInfo GetRole( int portalId, int roleId ) |
Visual Basic |
---|
<ObsoleteAttribute("Deprecated in DotNetNuke 6.2. Roles are cached in the business layer")> Public Overridable Function GetRole ( portalId As Integer, roleId As Integer ) As RoleInfo |
Parameters
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Security.Roles.RoleProvider.GetRole(System.Int32,System.Int32)
- roleId
- Type: System..::..Int32
paramroleIdM:DotNetNuke.Security.Roles.RoleProvider.GetRole(System.Int32,System.Int32)