Hi Zeus,
Thanks a lot for your reply and valuable suggestions, really
glad to see
those!
Currently I am using this proppatchMethod overload to add
new property and
set the value:
proppatchMethod(java.lang.String path, PropertyName
propertyName,
java.lang.String propertyValue, boolean action)
Here I assumed
Parameter 2:
PropertyName propertyName: Is the new property or
"Label" of file
Paramter 3:
java.lang.String propertyValue: Is the value need to set
to this
property
e.g Is created new property named "VERSION" having
value "1.0.0".
I am bale to add the same perhaps could not able to retrieve
the same using
PropFind method.
Do I misinterpreted Paramter 3; PropertyValue?
If not why I need to add another property for storing
value?
Thanks again for your valuable suggestion!
Regards,
Satish
----- Original Message -----
From: "Zeus Courtois" <zeusorion yahoo.com>
To: "Slide Users Mailing List" <slide-user jakarta.apache.org>
Sent: Saturday, May 05, 2007 9:33 PM
Subject: Re: Adding custom property to Slide content
> Hi Satish,
>
> You would use the propatch method from the API where
you could use either
a Property object, or two objects: one being the name of the
property
("Label") and another being the value. For the
value, I believe you may have
to html escape some of the characters if you are submitting
XML or HTML
itself.
>
> Regards,
>
> Zeus
>
> ----- Original Message ----
> From: Satish <satish harbinger-systems.com>
> To: Slide Users Mailing List <slide-user jakarta.apache.org>
> Sent: Saturday, May 5, 2007 5:49:08 AM
> Subject: Adding custom property to Slide content
>
> Hi
>
> I need to add my own property like "Label" to
file uploaded on Slide.
> I am merely cluless to about how to do that!
>
> Can any one tell me which API I should use from the
Slide Client API to
set
> and fetch the new property.
>
> This is really urgent, any help will be appriciated by
heart!
>
>
> Thanks,
> Satish
>
> Disclaimer:
> This e-mail may contain Privileged/Confidential
information and is
intended only for the individual(s) named. Any review,
retransmission,
dissemination or other use of, or taking of any action in
reliance upon this
information by persons or entities other than the intended
recipient is
prohibited. Please notify the sender, if you have received
this e-mail by
mistake and delete it from your system. Information in this
message that
does not relate to the official business of the company
shall be understood
as neither given nor endorsed by it. E-mail transmission
cannot be
guaranteed to be secure or error-free. The sender does not
accept liability
for any errors or omissions in the contents of this message
which arise as a
result of e-mail transmission. If verification is required
please request a
hard-copy version. Visit us at http://www.harbinge
r-systems.com/
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
> For additional commands, e-mail: slide-user-help jakarta.apache.org
>
>
>
>
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam
protection around
> http://mail.yahoo.com
Disclaimer:
This e-mail may contain Privileged/Confidential information
and is intended only for the individual(s) named. Any
review, retransmission, dissemination or other use of, or
taking of any action in reliance upon this information by
persons or entities other than the intended recipient is
prohibited. Please notify the sender, if you have received
this e-mail by mistake and delete it from your system.
Information in this message that does not relate to the
official business of the company shall be understood as
neither given nor endorsed by it. E-mail transmission cannot
be guaranteed to be secure or error-free. The sender does
not accept liability for any errors or omissions in the
contents of this message which arise as a result of e-mail
transmission. If verification is required please request a
hard-copy version. Visit us at http://www.harbinge
r-systems.com/
------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
For additional commands, e-mail: slide-user-help jakarta.apache.org
|