summaryM:DotNetNuke.Entities.Users.UserController.GetUsersByProfileProperty(System.Int32,System.Boolean,System.String,System.String,System.Int32,System.Int32,System.Int32@)
Namespace: DotNetNuke.Entities.UsersAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("Deprecated in DNN 5.1. This function has been replaced by UserController.GetUsersByProfileProperty")] public static ArrayList GetUsersByProfileProperty( int portalId, bool isHydrated, string propertyName, string propertyValue, int pageIndex, int pageSize, ref int totalRecords ) |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute("Deprecated in DNN 5.1. This function has been replaced by UserController.GetUsersByProfileProperty")> Public Shared Function GetUsersByProfileProperty ( portalId As Integer, isHydrated As Boolean, propertyName As String, propertyValue As String, pageIndex As Integer, pageSize As Integer, ByRef totalRecords As Integer ) As ArrayList |
Parameters
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Users.UserController.GetUsersByProfileProperty(System.Int32,System.Boolean,System.String,System.String,System.Int32,System.Int32,System.Int32@)
- isHydrated
- Type: System..::..Boolean
paramisHydratedM:DotNetNuke.Entities.Users.UserController.GetUsersByProfileProperty(System.Int32,System.Boolean,System.String,System.String,System.Int32,System.Int32,System.Int32@)
- propertyName
- Type: System..::..String
parampropertyNameM:DotNetNuke.Entities.Users.UserController.GetUsersByProfileProperty(System.Int32,System.Boolean,System.String,System.String,System.Int32,System.Int32,System.Int32@)
- propertyValue
- Type: System..::..String
parampropertyValueM:DotNetNuke.Entities.Users.UserController.GetUsersByProfileProperty(System.Int32,System.Boolean,System.String,System.String,System.Int32,System.Int32,System.Int32@)
- pageIndex
- Type: System..::..Int32
parampageIndexM:DotNetNuke.Entities.Users.UserController.GetUsersByProfileProperty(System.Int32,System.Boolean,System.String,System.String,System.Int32,System.Int32,System.Int32@)
- pageSize
- Type: System..::..Int32
parampageSizeM:DotNetNuke.Entities.Users.UserController.GetUsersByProfileProperty(System.Int32,System.Boolean,System.String,System.String,System.Int32,System.Int32,System.Int32@)
- totalRecords
- Type: System..::..Int32%
paramtotalRecordsM:DotNetNuke.Entities.Users.UserController.GetUsersByProfileProperty(System.Int32,System.Boolean,System.String,System.String,System.Int32,System.Int32,System.Int32@)