|
Home > Archive > Microsoft Content Management Server > October 2005 > how to publish content using custom content editor
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 |
how to publish content using custom content editor
|
|
| Marco Mariotti 2005-10-24, 10:39 am |
| I need to write a custom content editor windows application to allow content
publishing and management on a MCMServer.
This application should :
- Authenticate a user
- Allow a user to browse the pages of a site he has the right to edit the
content of
- Show a list of the placeholders included in the web page previously
selected
- Allow the user to insert new content / edit existing content of a
specified placeholder (maybe using a web service)
All this shuld be done using the DOM of the CMS...
Is all this stuff possible using the current version of MCMS?
And, if it is possible, wich are the classes involved in the process of
content uploading?
Thanks a lot for the support.
Have a nice day!
| |
| Stefan [MSFT] 2005-10-24, 10:39 am |
| Hi Marco,
yes this can all be done using MCMS.
The classes to create, update and retrieve content from MCMS can be found in
the reference section of the MCMS documentation.
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
----------------------
"Marco Mariotti" <m.mariotti_removethis@pcsnetmarche.it> wrote in message
news:umPHEiJ2FHA.2880@TK2MSFTNGP12.phx.gbl...
>I need to write a custom content editor windows application to allow
>content publishing and management on a MCMServer.
> This application should :
>
> - Authenticate a user
> - Allow a user to browse the pages of a site he has the right to edit the
> content of
> - Show a list of the placeholders included in the web page previously
> selected
> - Allow the user to insert new content / edit existing content of a
> specified placeholder (maybe using a web service)
>
> All this shuld be done using the DOM of the CMS...
>
> Is all this stuff possible using the current version of MCMS?
> And, if it is possible, wich are the classes involved in the process of
> content uploading?
>
> Thanks a lot for the support.
> Have a nice day!
>
| |
| Marco Mariotti 2005-10-25, 5:52 pm |
| Stefan [MSFT] wrote:
<cut>
> The classes to create, update and retrieve content from MCMS can be found in
> the reference section of the MCMS documentation.
The "Developer Reference" session appears to be really huge... Would you
be so kind to suggest me the core classes involved ... or at least a
good book to study how to perform the whole process?
Thanks
| |
| Stefan [MSFT] 2005-10-25, 5:52 pm |
| Hi Marco,
actually all these classes are somehow involved.
The core classes are
- Microsoft.ContentManagement.Publishing.Posting
- Microsoft.ContentManagement.Publishing.Channel
-
Microsoft.ContentManagement.Publishing.Extension.Placeholders.HtmlPlaceholder
-
Microsoft.ContentManagement.Publishing.Extension.Placeholders.ImagePlaceholder
-
Microsoft.ContentManagement.Publishing.Extension.Placeholders.AttachmentPlaceholder
It seems you are pretty new to MCMS. Then I would recommend the following
book to you that I coauthored. It focuses on beginners giving them the
chance to become an MCMS expert in very short time:
http://tinyurl.com/6zj44
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
----------------------
"Marco Mariotti" <m.mairotti.removethis@removethis.bitonline.it> wrote in
message news:OdzVzrW2FHA.3188@TK2MSFTNGP12.phx.gbl...
> Stefan [MSFT] wrote:
> <cut>
>
> The "Developer Reference" session appears to be really huge... Would you
> be so kind to suggest me the core classes involved ... or at least a good
> book to study how to perform the whole process?
>
> Thanks
|
|
|
|
|