| Author |
Message |
Andrew Fitch
Guest
|
Posted:
Mon Nov 07, 2005 5:50 pm Post subject:
Programatically changing posting properties |
|
|
Hey all,
Does anyone know if it's possible to programatically change posting
attributes (like description) from a console application in version 2001. I
think you can do this in 2002 but I wasn't sure about 2001.
We want to walk our CMS site and programatically set the decription field
for all postings.
Thanks for any help
Andy |
|
| Back to top |
|
 |
Stefan [MSFT]
Guest
|
Posted:
Mon Nov 07, 2005 5:50 pm Post subject:
Re: Programatically changing posting properties |
|
|
Hi Andrew,
no this is not possible.
What you could do is to implement an ASP page to do this and issue an http
request against this ASP page from your console application.
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
----------------------
"Andrew Fitch" <AndrewFitch@discussions.microsoft.com> wrote in message
news:299D40B8-BCCD-42C1-AC35-F061A08BF5AC@microsoft.com...
| Quote: | Hey all,
Does anyone know if it's possible to programatically change posting
attributes (like description) from a console application in version 2001.
I
think you can do this in 2002 but I wasn't sure about 2001.
We want to walk our CMS site and programatically set the decription field
for all postings.
Thanks for any help
Andy |
|
|
| Back to top |
|
 |
Andrew Fitch
Guest
|
Posted:
Mon Nov 07, 2005 9:51 pm Post subject:
Re: Programatically changing posting properties |
|
|
What about using the ResolutionObjectModel.ResolutionApp.1 component.
"Stefan [MSFT]" wrote:
| Quote: | Hi Andrew,
no this is not possible.
What you could do is to implement an ASP page to do this and issue an http
request against this ASP page from your console application.
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
----------------------
"Andrew Fitch" <AndrewFitch@discussions.microsoft.com> wrote in message
news:299D40B8-BCCD-42C1-AC35-F061A08BF5AC@microsoft.com...
Hey all,
Does anyone know if it's possible to programatically change posting
attributes (like description) from a console application in version 2001.
I
think you can do this in 2002 but I wasn't sure about 2001.
We want to walk our CMS site and programatically set the decription field
for all postings.
Thanks for any help
Andy
|
|
|
| Back to top |
|
 |
Stefan [MSFT]
Guest
|
Posted:
Tue Nov 08, 2005 9:51 am Post subject:
Re: Programatically changing posting properties |
|
|
Hi Andrew,
afaik this is not an officially documented object.
I haven't played with this.
The only supported method to access the repository is from an ASP page.
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
----------------------
"Andrew Fitch" <AndrewFitch@discussions.microsoft.com> wrote in message
news:CFA71BAB-A821-424E-9DE0-AEBB6A73EA7E@microsoft.com...
| Quote: | What about using the ResolutionObjectModel.ResolutionApp.1 component.
"Stefan [MSFT]" wrote:
Hi Andrew,
no this is not possible.
What you could do is to implement an ASP page to do this and issue an
http
request against this ASP page from your console application.
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
----------------------
"Andrew Fitch" <AndrewFitch@discussions.microsoft.com> wrote in message
news:299D40B8-BCCD-42C1-AC35-F061A08BF5AC@microsoft.com...
Hey all,
Does anyone know if it's possible to programatically change posting
attributes (like description) from a console application in version
2001.
I
think you can do this in 2002 but I wasn't sure about 2001.
We want to walk our CMS site and programatically set the decription
field
for all postings.
Thanks for any help
Andy
|
|
|
| Back to top |
|
 |
|
|
|
|