These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Discussions

Ask a Question
Back to All

UserData in Asi.Soa.Core.Contracts

We have a .NET project that uses the UserData object in Asi.Soa.Core.Contracts. It was written on 20.1.1.4 and worked until they upgraded from 20.2.49 to 20.2.65.9830 and it looks like that data contract was consolidated into another object. Does anyone know where the new equivalent is or if there is any documentation on the dll changes? Here are the lines of code having the problem:
MembershipManager membershipManager = new MembershipManager(entityManager);
UserData loggedInUser = membershipManager.FindUserByUserName(user.userName);