summaryM:DotNetNuke.Security.Roles.RoleProvider.GetUserRoles(System.Int32,System.Int32,System.Boolean)
Namespace: DotNetNuke.Security.RolesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[ObsoleteAttribute("Deprecated in DotNetNuke 6.2. Replaced by overload that returns IList")] public virtual ArrayList GetUserRoles( int portalId, int userId, bool includePrivate ) |
Visual Basic |
---|
<ObsoleteAttribute("Deprecated in DotNetNuke 6.2. Replaced by overload that returns IList")> Public Overridable Function GetUserRoles ( portalId As Integer, userId As Integer, includePrivate As Boolean ) As ArrayList |
Parameters
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Security.Roles.RoleProvider.GetUserRoles(System.Int32,System.Int32,System.Boolean)
- userId
- Type: System..::..Int32
paramuserIdM:DotNetNuke.Security.Roles.RoleProvider.GetUserRoles(System.Int32,System.Int32,System.Boolean)
- includePrivate
- Type: System..::..Boolean
paramincludePrivateM:DotNetNuke.Security.Roles.RoleProvider.GetUserRoles(System.Int32,System.Int32,System.Boolean)