Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I have below code and i supposed that it should retrun one record when matched the condition but it returns all the members
var members = Services.MemberService.FindByUsername("[email protected]", 1, 1, out totalrecord, StringPropertyMatchType.Exact);
totalrecord variable returns 1 record but actual function returs all the members
How it should be work? or is it bug?
Note: i am using Umbraco 7.1.3
Yasir
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Member service FindByUsername is not working correctly
Hi,
I have below code and i supposed that it should retrun one record when matched the condition but it returns all the members
totalrecord variable returns 1 record but actual function returs all the members
How it should be work? or is it bug?
Note: i am using Umbraco 7.1.3
Yasir
is working on a reply...