RE: Programmatically creating subsites (MOSS)

2010-09-27 Thread Nigel Hertz
gging calls, please include a detailed description of the problem.* From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of James Boman Sent: Tuesday, 28 September 2010 8:52 AM To: ozMOSS Subject: RE: Programmatically creating subsites (MOSS) Nigel, I realise

RE: Programmatically creating subsites (MOSS)

2010-09-27 Thread James Boman
Nigel, I realise your question is probably already answered with the codeplex link, but the way I create sites in a new database is like this (in VB): Private Const mintENGLISH As Integer = 1033 strDatabaseServer = objRootSite.ContentDatabase.Server strDatabaseName = "WSS_Content

Re: Programmatically creating subsites (MOSS)

2010-09-26 Thread Bill Williamson
At times like this it's easiest to decompile the stsadmin managed code. It usually calls the API in fairly standard ways. On Mon, Sep 27, 2010 at 2:24 PM, Nigel Hertz wrote: > Hey all > > > > I know it’s possible to create subsites etc programmatically using code > similar to the below: > > > >

RE: Programmatically creating subsites (MOSS)

2010-09-26 Thread Nigel Hertz
2010 3:10 PM To: ozMOSS Subject: RE: Programmatically creating subsites (MOSS) Hi Nigel, See http://features.codeplex.com/. There's an admin feature called Site Creation in Target Database that does just that. Regards, Paul -- Online Developer/Administrator, ICT Projects Team CEO Sydney

RE: Programmatically creating subsites (MOSS)

2010-09-26 Thread Paul Noone
Hi Nigel, See http://features.codeplex.com/. There's an admin feature called Site Creation in Target Database that does just that. Regards, Paul -- Online Developer/Administrator, ICT Projects Team CEO Sydney From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Ni