HI Gary, I was wondering, instead of creating a custom PropertyType, why not creating a child node instead of a property, and give this child node two properties : - one STRING property holding the type of the content (ie. PDF, DOC, PS....); - one BINARY property holding the content itself?
Frederic -----Message d'origine----- De : Gary Dong [mailto:[EMAIL PROTECTED] Envoyé : jeudi 24 mai 2007 03:27 À : [email protected] Objet : Custom property type? Hi; Does any know how to define(create) a custom property type? I need to define some my own property type, for example, .doc or .pdf, so that I can search the properties by those custom property type. I noticed that the 'PropertyType' class is a final class. I couldn't extend it. Is there any way I can define(create) a custom property type? Thank you ahead for the help. Gary
