summaryM:DotNetNuke.Entities.Users.UserController.GetUnAuthorizedUsers(System.Int32,System.Boolean,System.Boolean)
Namespace: DotNetNuke.Entities.UsersAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static ArrayList GetUnAuthorizedUsers( int portalId, bool includeDeleted, bool superUsersOnly ) |
Visual Basic |
---|
Public Shared Function GetUnAuthorizedUsers ( portalId As Integer, includeDeleted As Boolean, superUsersOnly As Boolean ) As ArrayList |
Parameters
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Users.UserController.GetUnAuthorizedUsers(System.Int32,System.Boolean,System.Boolean)
- includeDeleted
- Type: System..::..Boolean
paramincludeDeletedM:DotNetNuke.Entities.Users.UserController.GetUnAuthorizedUsers(System.Int32,System.Boolean,System.Boolean)
- superUsersOnly
- Type: System..::..Boolean
paramsuperUsersOnlyM:DotNetNuke.Entities.Users.UserController.GetUnAuthorizedUsers(System.Int32,System.Boolean,System.Boolean)