Re: Getting All Properties Std. and Custom
Julian Reschke <[email protected]>
| Newsgroups | gmane.comp.jakarta.slide.user |
|---|---|
| Message-ID | <[email protected]> |
Aslam Bari schrieb: > Hi Julian, Thanks for reply. > > I am making cusotm properteis using DAVExplore and now i am making the > properties in "CUSTOM:" namespace. Now the questions are:- > > 1.) I am giveing propfind method with <allprop/> , it is giving me all the > properteis of all the resources. The properties names like displayname, > creationdate .. repeated for every resource. But i want only to get unique > names of properties. If i am giving this request, then it is performance What do you mean by "unique" names? > issue and very havy. Is not there is a way to get all unique properties > names. > > 2.) How to search or get allprop in my Custom namespace. You can select properties by property names, but that doesn't allow wildcards (such as all properties in a certain namespace). See <http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-09.html#rfc.section.5.3>. Best regards, Julian