I'm looking for a way to script the creation of Member Groups and Member Types for use when deploying Umbraco but I can't seem to find any information on how to do this.
The challenge (and why I would love for Courier to support this) is that my member types are using custom data types which can really mess things up with id's.
This package should do the job :). I am not an advocate of packages i prefer to do the codeing my self. But it sounds like you need something that just does it :). Charlie.
Scripting Member Group/Type creation
I'm looking for a way to script the creation of Member Groups and Member Types for use when deploying Umbraco but I can't seem to find any information on how to do this.
Any input on this would be appreciated.
Hi, when you say script the creation of Member Groups and Member Types, what do you mean by this? Could you be more specfic. Thanks, Charlie.
Hi Charles.
I'm using the Courier commandline tool for deployment but unfortunately Courier has no support for members (or groups/types).
So I'm really just looking for a way to do this using the API and c#.
So what you need is a way of exporting your members and groups? and then reimporting them?
Charlie :)
Yup! That really sums it up... :o)
The challenge (and why I would love for Courier to support this) is that my member types are using custom data types which can really mess things up with id's.
What version of umbraco are you using? :)
6.1.5
This package should do the job :). I am not an advocate of packages i prefer to do the codeing my self. But it sounds like you need something that just does it :). Charlie.
http://our.umbraco.org/projects/developer-tools/cmsimport
If you wanted to do it your self. I have some code that could point you in the right direction. Charlie :)
The CMSImport tool is really great but as far as I remember it only import/exports the members and not the types/groups.
So if you have some code that will get me started I would be really happy to see it... :o)
is working on a reply...