Thanks! I didn't realize I had to do a separate propfind call. -Paul
"MARENDY, Anthony" <[EMAIL PROTECTED]> 11/17/2005 07:51 PM Please respond to "Slide Users Mailing List" <[email protected]> To "'Slide Users Mailing List'" <[email protected]> cc Subject RE: How to get label name for a version Get the label-name-set property of the underlying version resource of the file. e.g. Using the SLIDE command line client: propfind /slide-prod-td/history/337/1.1 label-name-set Getting properties '/slide-prod-td/history/337/1.1': <D:label-name xmlns:D="DAV:">LABEL1</D:label-name> <D:label-name xmlns:D="DAV:">LABEL2</D:label-name> Regards, Anthony. > -----Original Message----- > From: Paul Honens [SMTP:[EMAIL PROTECTED] > Sent: Friday, 18 November 2005 8:01 > To: [email protected] > Subject: How to get label name for a version > > I know how to get a listing of all the versions of a resource, but how do > I get the labels for a version? > > Thanks in advance
