There are two types of properties, single or multiple values. Multiple
values properties can hold null, but single values cannot. It means that to
remove a single value property, you must set it to null with the method
Node.setProperty(propertyName, null)

Regards

2009/1/16, Cheng Zhang <[email protected]>:
>
> Similar question. For method Node.setProperty(String name, Value value),
> may I call this method with value=null?
>
> thanks a lot,
> Kevin
>
>
>
>
> ----- Original Message ----
> From: Cheng Zhang <[email protected]>
> To: [email protected]
> Sent: Friday, January 16, 2009 3:43:03 PM
> Subject: remove a property possible?
>
> Hello,
>
> I checked the API doc, but cannot find a way to remove a property, or set a
> property to null.
>
> Do I miss anything?
>
> Thanks,
> Kevin
>

Reply via email to