London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Retrieve metadata for files in the VersioningFileSystem

Vote:
0
How can i access the metadata for files stored in the VersioningFileSystem. I use the xform stored in summary.config file.
#12415
Oct 31, 2005 7:59
Vote:
0
The summary property on the UnifiedFile class, for example: UnifiedFile file = UnifiedFileSystem.GetFile("/upload/myfile.doc"); Response.Write(file.Summary.Dictionary["TestProperty"].ToString());
#14228
Oct 31, 2005 13:14
Vote:
0
Thanks!
#14229
Nov 02, 2005 7:51
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.