RE: How to distinguish workspace from collection ?
"Clemm, Geoff" <[email protected]>
| Newsgroups | gmane.ietf.deltav |
|---|---|
| Message-ID | <3906C56A7BD1F54593344C05BD1374B103F8B22D@SUS-MA1IT01> |
You could do it that way, but I'd just check whether DAV:workspace-checkout-set is present in the DAV:supported-live-property value. Cheers, Geoff -----Original Message----- From: Zivkov, Sasa [mailto:[email protected]] Sent: Tuesday, May 28, 2002 11:17 AM To: [email protected] Subject: How to distinguish workspace from collection ? Hi, The rfc3253 says that: "The DAV:resourcetype of the workspace MUST be DAV:collection". What is the recomended way for a deltaV client to check if a collection is a workspace ? One possibility is that client checks if DAV:workspace property of that collection is the same like URL of this collection. If yes then it is a workspace because DAV:workspace property for a workspace identifies itself. Any better way ? Best regards Sasha Zivkov