It seems that I cannot get profile properties that do not have a corresponding property setup in the umbraco backend. Is there a way around this?
That is, I have a custom profile class that inherits from ProfileBase. It has several properties, most of which have corresponding properties in the umbraco backend for the Member Type (and I have the supporting entries in web.config). However, I would like to have a property that is just used internally in code. i.e. I would like to be able to add the profile property on my custom class and add the web.config entry only. However, unless I have an entry in the backend, it seems that the profile property is not saved to the database.
Get member profile properties
Hi,
It seems that I cannot get profile properties that do not have a corresponding property setup in the umbraco backend. Is there a way around this?
That is, I have a custom profile class that inherits from ProfileBase. It has several properties, most of which have corresponding properties in the umbraco backend for the Member Type (and I have the supporting entries in web.config). However, I would like to have a property that is just used internally in code. i.e. I would like to be able to add the profile property on my custom class and add the web.config entry only. However, unless I have an entry in the backend, it seems that the profile property is not saved to the database.
Help is appreciated, thanks.
is working on a reply...