[Umbraco 7.1.4] How do I create UserType using UserService?
I see there is an IUserService.SaveUserType(IUserType), but I'll need to create an instance of IUserType to use it.
And it is only implemented by Umbraco.Core.Models.Membership.UserType which is internal -- how am I expected to use it (reflection and making my own implementation seem like a wrong choice)?
[Umbraco 7.1.4] How do I create UserType using UserService?
I see there is an
IUserService.SaveUserType(IUserType)
, but I'll need to create an instance ofIUserType
to use it.And it is only implemented by
Umbraco.Core.Models.Membership.UserType
which is internal -- how am I expected to use it (reflection and making my own implementation seem like a wrong choice)?is working on a reply...