|
Home > Archive > Microsoft Content Management Server > July 2005 > Import Options Script Import SDO
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Import Options Script Import SDO
|
|
| HokieRTP 2005-07-12, 5:55 pm |
| I am using the source code from CH 21 from the MCMS 2002 book and everything
is working perfectly. My question on the import options is this: When we
manually import an sdo file through Site Manager, on the Container Rules Tab
of the window first displayed, we have an option to check a box for "Change
Container hierarchy on destination to match the package hierarchy" If this
is checked, we can also check a box for "Delete all existing container
contents when replacing a container". How can we check these boxes in the VB
script?
TIA
| |
| Stefan [MSFT] 2005-07-12, 5:55 pm |
| Hi Hokie,
this is not possible.
The API and SiteManager address different topics.
The API is intended to do incremental deployments while SiteManager is used
for initial or dedicated deployment. So the available options are different.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"HokieRTP" <HokieRTP@discussions.microsoft.com> wrote in message
news:DB6112E2-49D4-4D71-BDA2-0555EF4244B3@microsoft.com...
>I am using the source code from CH 21 from the MCMS 2002 book and
>everything
> is working perfectly. My question on the import options is this: When we
> manually import an sdo file through Site Manager, on the Container Rules
> Tab
> of the window first displayed, we have an option to check a box for
> "Change
> Container hierarchy on destination to match the package hierarchy" If
> this
> is checked, we can also check a box for "Delete all existing container
> contents when replacing a container". How can we check these boxes in the
> VB
> script?
>
> TIA
| |
| HokieRTP 2005-07-12, 5:55 pm |
| Thanks Stefan for the explanation!
"Stefan [MSFT]" wrote:
> Hi Hokie,
>
> this is not possible.
> The API and SiteManager address different topics.
> The API is intended to do incremental deployments while SiteManager is used
> for initial or dedicated deployment. So the available options are different.
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
> New to MCMS?
> Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
> ----------------------
>
>
> "HokieRTP" <HokieRTP@discussions.microsoft.com> wrote in message
> news:DB6112E2-49D4-4D71-BDA2-0555EF4244B3@microsoft.com...
>
>
>
|
|
|
|
|