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 All,
I am adding members through the Member Service.
Currently I am streaming a CSV with values and splitting them on ' , '.
My issue is below, where i am setting the member value to "business".
if (member.HasProperty("business")) member.SetValue("business", _splits[3]);
Because the 'business' value in umbraco members is a Member picker, it cant set the value of the business supplied in the csv.
How do i go about getting these values in the member service?
Many thanks, Sam
is working on a reply...
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.
Continue discussion
Member Service and Adding member
Hi All,
I am adding members through the Member Service.
Currently I am streaming a CSV with values and splitting them on ' , '.
My issue is below, where i am setting the member value to "business".
Because the 'business' value in umbraco members is a Member picker, it cant set the value of the business supplied in the csv.
How do i go about getting these values in the member service?
Many thanks, Sam
is working on a reply...
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.