Yeah, I know about that. But I'm talking about the Umbraco API, which is not standard. Is there documentation that is not out of date, and where can I find that?
Don't think such info exists in the wiki unless for the info you've already found, however there's another wiki article discussing using the membership functions, which is not probably what you're looking for. Other than browsing the code, I wouldn't know of online articles (there used to be a msdn style api reference, but can no longer find it)
Anyway, you should be using the membership api over the member api as most of the methods have been marked obsolete.
Where can I find the documentation for working with members?
All I can find right now is this:
http://our.umbraco.org/wiki/reference/api-cheatsheet/working-with-members
That whole namespace doesn't exist and there's a not saying the information should be updated.
Hey,
Umbraco just uses standard ASP.NET membership out the box, so you probably want something like this page http://msdn.microsoft.com/en-us/library/ff648345.aspx#paght000022_membershipapis
Rich
Yeah, I know about that. But I'm talking about the Umbraco API, which is not standard. Is there documentation that is not out of date, and where can I find that?
Hi Michiel,
Don't think such info exists in the wiki unless for the info you've already found, however there's another wiki article discussing using the membership functions, which is not probably what you're looking for. Other than browsing the code, I wouldn't know of online articles (there used to be a msdn style api reference, but can no longer find it)
Anyway, you should be using the membership api over the member api as most of the methods have been marked obsolete.
Cheers,
/Dirk
is working on a reply...