| Author |
Message |
Marco Mariotti
Guest
|
Posted:
Mon Oct 24, 2005 12:51 pm Post subject:
how to publish content using custom content editor |
|
|
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! |
|
| Back to top |
|
 |
Stefan [MSFT]
Guest
|
Posted:
Mon Oct 24, 2005 4:51 pm Post subject:
Re: how to publish content using custom content editor |
|
|
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...
| Quote: | 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!
|
|
|
| Back to top |
|
 |
Stefan [MSFT]
Guest
|
Posted:
Tue Oct 25, 2005 4:51 pm Post subject:
Re: how to publish content using custom content editor |
|
|
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...
| Quote: | 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 |
|
|
| Back to top |
|
 |
Marco Mariotti
Guest
|
Posted:
Tue Oct 25, 2005 4:51 pm Post subject:
Re: how to publish content using custom content editor |
|
|
Stefan [MSFT] wrote:
<cut>
| Quote: | 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 |
|
| Back to top |
|
 |
|
|
|
|