Use Members service to get all members with a custom property = to a variable
After the lines
var _member = Members.GetCurrentMember();
var organisationName = _member.GetProperty("organisationName").GetValue().ToString();
Is there any way I can use the Members service in a one-liner to get all members where the organisationName property = the organisationName variable i have set?
Use Members service to get all members with a custom property = to a variable
After the lines
Is there any way I can use the Members service in a one-liner to get all members where the organisationName property = the organisationName variable i have set?
Hi,
Try this method:
is working on a reply...