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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...