Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Retrieve metadata for files in the VersioningFileSystem

Vote:
 
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:
 
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:
 
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.