|
Home > Archive > Microsoft Content Management Server > April 2007 > moving channels and postings
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 |
moving channels and postings
|
|
|
| Hey there,
I'm trying to move a channel container and it's constitutient postings
(to another channel structure on the site) using sitemanager, but
i've noticed that if there are way to many posting objects, the site
manager application will time out. Is there some way to perform this
routine programmatically? If not, how can I gracefully move all those
objects out without too much of a headache in site manager?
Thanks in advance.
-Kenny
| |
| Stefan Goßner [MSFT] 2007-04-30, 7:15 am |
| Hi Kenny,
unfortuntelly the API does not support to move containers.
You can only do this through Site Manager.
Alternativly you can loop through the channel structure and create the same
structure at the destination.
Then move the postings.
But be aware that this will only work if you are not using custom channel
properties as there is no API to create custom channel properties
programmatically.
Cheers,
Stefan
"Kenny" <kennydust@gmail.com> wrote in message
news:1177866539.627735.36440@u30g2000hsc.googlegroups.com...
> Hey there,
> I'm trying to move a channel container and it's constitutient postings
> (to another channel structure on the site) using sitemanager, but
> i've noticed that if there are way to many posting objects, the site
> manager application will time out. Is there some way to perform this
> routine programmatically? If not, how can I gracefully move all those
> objects out without too much of a headache in site manager?
>
> Thanks in advance.
> -Kenny
>
|
|
|
|
|