|
Home > Archive > Microsoft Content Management Server > April 2006 > Custom property update
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 |
Custom property update
|
|
| Raster 2006-04-27, 7:27 am |
| Hello!
I have a posting with custom property (true/false) whose value depends on the
value of a checkbox in this posting. What's the easiest way to update custom
property value when checkbox value changes? Do I have to save checkbox value
(for example) to xmlplaceholder first or can I directly manipulate the property
value? If I remember right I have to save this property after the posting is saved?
-Raster
| |
| Stefan [MSFT] 2006-04-27, 7:27 am |
| Hi Raster,
the easiest way is to use my PropertyAuthoringServerControl which is
actually a server control for custom properties:
http://blogs.technet.com/stefan_gos...les/252808.aspx
Here is the link to the source code:
http://www.gotdotnet.com/Community/...03-82436bf956a5
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
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------
"Raster" <raster2000@hotmail.com> wrote in message
news:e27hpp$ja1$1@phys-news4.kolumbus.fi...
> Hello!
>
> I have a posting with custom property (true/false) whose value depends on
> the value of a checkbox in this posting. What's the easiest way to update
> custom property value when checkbox value changes? Do I have to save
> checkbox value (for example) to xmlplaceholder first or can I directly
> manipulate the property value? If I remember right I have to save this
> property after the posting is saved?
>
> -Raster
| |
|
|
|
|
|