I googled/searched a bunch and couldn't find anything, so forgive me if this is an old topic.
I am looking for a way to get programmatic access to the Members, their Member types, and any custom values that have been created for said type. You know, like MemberID, MemberTypeID, Name, Email, etc etc, plus a hashtable with the key of the custom value name and the value being one of the four data types you can assign.
Is this currently supported in the umbraco library?
Sure this can be done using umbraco, either using the member api (docs online - may be outdated but if you're into .net, download latest version from Codeplex or use reflector on the assemblies), or using the asp.net membership api (Also check out the wiki pages covering some of the api)
codebehind Member access
I googled/searched a bunch and couldn't find anything, so forgive me if this is an old topic.
I am looking for a way to get programmatic access to the Members, their Member types, and any custom values that have been created for said type. You know, like MemberID, MemberTypeID, Name, Email, etc etc, plus a hashtable with the key of the custom value name and the value being one of the four data types you can assign.
Is this currently supported in the umbraco library?
Hi Will,
Sure this can be done using umbraco, either using the member api (docs online - may be outdated but if you're into .net, download latest version from Codeplex or use reflector on the assemblies), or using the asp.net membership api (Also check out the wiki pages covering some of the api)
Hope this helps.
Regards,
/Dirk
is working on a reply...