summaryM:DotNetNuke.Security.Roles.RoleController.GetPortalRoles(System.Int32,System.Boolean)
Namespace: DotNetNuke.Security.RolesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("Deprecated in DotNetNuke 5.0. This function has been replaced by GetRoles(PortalId, predicate)")] public ArrayList GetPortalRoles( int portalId, bool synchronizeRoles ) |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute("Deprecated in DotNetNuke 5.0. This function has been replaced by GetRoles(PortalId, predicate)")> Public Function GetPortalRoles ( portalId As Integer, synchronizeRoles As Boolean ) As ArrayList |
Parameters
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Security.Roles.RoleController.GetPortalRoles(System.Int32,System.Boolean)
- synchronizeRoles
- Type: System..::..Boolean
paramsynchronizeRolesM:DotNetNuke.Security.Roles.RoleController.GetPortalRoles(System.Int32,System.Boolean)