Umbraco : how to save selected groups of membergroup in Property tab
Hi,
I am developing custom membership section.
I am trying to save the groups associated with member in member group(umbmembergroup) of property tab programtically.
its not in the MemberType, I think umbmembergroup internally used by system to save the groups for member.
is there a property or method in MemberService /otherservices where we can look up?
when I am assigning group in umbmembergroup:
From "not a member of group " to "member of group" the form.$dirty property is false ideally it should be true.
any idea on this?are these umb properties are not a part of a form or is there a different way of handing it?
Unfortenatly i have nothing to contribute on the form.$dirty subject (dont even know what it does) but maybe someone else will reach out in this friendly forum!
Have a great day and good luck with the rest of the site! :)
Umbraco : how to save selected groups of membergroup in Property tab
Hi,
I am developing custom membership section. I am trying to save the groups associated with member in member group(umbmembergroup) of property tab programtically.
its not in the MemberType, I think umbmembergroup internally used by system to save the groups for member. is there a property or method in MemberService /otherservices where we can look up?
any suggestion please.
Thanks,
Im not sure if this is what you look for, but this is how you add a member to a membergroup with the memberservice:
Best of luck.
Thanks alot @Dennis.
just to check:
when I am assigning group in umbmembergroup: From "not a member of group " to "member of group" the form.$dirty property is false ideally it should be true. any idea on this?are these umb properties are not a part of a form or is there a different way of handing it?
Regards,
Glad i could be of help Harshit.
Unfortenatly i have nothing to contribute on the form.$dirty subject (dont even know what it does) but maybe someone else will reach out in this friendly forum!
Have a great day and good luck with the rest of the site! :)
is working on a reply...