Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Yasir Butt 159 posts 369 karma points
    Jul 16, 2014 @ 19:00
    Yasir Butt
    0

    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

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies