|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Accessing file propertiesI've been searching the file classes for a way to read and modify the file
properties you see when you right click a file, under the summary tab. It has fields like title, subject, category and so on. Thanks for any tips. BK JBK,
There is not a .NET API for this. You'll have to use .NET Interop. [Structured Storage API Reference] http://msdn2.microsoft.com/en-us/library/aa380369.aspx [VB.NET Example] http://www.mvps.org/emorcillo/en/code/grl/storage.shtml [C# Example] - Mine is application specific but you could still use it for reference. Specifically my StructuredStorage.cs. http://www.jasonnewell.net/portal/Products/SolidEdgeFilePropertyAPI/tabid/83/Default.aspx Good luck. Jason Newell www.jasonnewell.net JBK wrote: Show quote > I've been searching the file classes for a way to read and modify the file > properties you see when you right click a file, under the summary tab. It > has fields like title, subject, category and so on. > > Thanks for any tips. > > BK > > |
|||||||||||||||||||||||