| Author |
Message |
Guest
|
Posted:
Thu Nov 10, 2005 1:50 pm Post subject:
MCMS - export posting programatically. |
|
|
Dear all experts,
I need to export posting programmatically based on the posting status.
(i.e. published postings with effective publishing datetime.)
I am looking at the SDAPI for the export object. However, it seems only
support channel-based export and only published posting (including the
approval-and-future-publishing datetime)
Best regards,
Andy |
|
| Back to top |
|
 |
Stefan [MSFT]
Guest
|
Posted:
Thu Nov 10, 2005 1:50 pm Post subject:
Re: MCMS - export posting programatically. |
|
|
Hi Andy,
that is correct.
MCMS does not provide this functionality for the site deployment API.
SDAPI by design only allows incremental Site Deployment - not a deployment
of specific objects.
Specific objects can only be exported using Site Manager
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
----------------------
<otfung@gmail.com> wrote in message
news:1131618741.380533.108760@g43g2000cwa.googlegroups.com...
| Quote: | Dear all experts,
I need to export posting programmatically based on the posting status.
(i.e. published postings with effective publishing datetime.)
I am looking at the SDAPI for the export object. However, it seems only
support channel-based export and only published posting (including the
approval-and-future-publishing datetime)
Best regards,
Andy
|
|
|
| Back to top |
|
 |
Guest
|
Posted:
Fri Nov 11, 2005 8:54 am Post subject:
Re: MCMS - export posting programatically. |
|
|
Dear Stefan,
Thank you very much for your reply.
Do you have any suggested implementation on deployment of specific
objects?
I was thinking to develop a specific program, which specifically copy
the Postings object including the content, from Back-end CMS to
Front-end CMS. However, I doubt the flesibility and maturity of this
approach. I have to promatically maintain the posting states, both at
front-end and back-end and keep they are consistent. Also, I have no
way to update the "deployed" flag in backend CMS when I copied a
specific posting. And this results in giving up SDAPI as the flag is no
longer updated. Please advise.
Best regards,
Andy |
|
| Back to top |
|
 |
Stefan [MSFT]
Guest
|
Posted:
Sun Nov 13, 2005 9:50 pm Post subject:
Re: MCMS - export posting programatically. |
|
|
Hi Andy,
you need to update the posting (e.g. set a property).
Then the posting will be deployed the next time - but also all other updated
postings in the selected channel (or child channels).
As indicated: it is not possible to deploy only specific objects using
SDAPI. The design of MCMS does not allow it.
Cheers,
Stefan
<otfung@gmail.com> schrieb im Newsbeitrag
news:1131677674.437742.265560@g43g2000cwa.googlegroups.com...
| Quote: | Dear Stefan,
Thank you very much for your reply.
Do you have any suggested implementation on deployment of specific
objects?
I was thinking to develop a specific program, which specifically copy
the Postings object including the content, from Back-end CMS to
Front-end CMS. However, I doubt the flesibility and maturity of this
approach. I have to promatically maintain the posting states, both at
front-end and back-end and keep they are consistent. Also, I have no
way to update the "deployed" flag in backend CMS when I copied a
specific posting. And this results in giving up SDAPI as the flag is no
longer updated. Please advise.
Best regards,
Andy
|
|
|
| Back to top |
|
 |
|
|
|
|