| Re: How to start adding word and image files You can copy files directly into WinFS. As Daniel stated in his response,
Word files should appear as items of type Document; JPG files will appear as
type Image.Photo. They may initially appear as Generic File as the
promotion process is asynchronous and there may be a small delay in
converting the file to the appropriate type.
To get non-file data into WinFS you will need to write some code. If you
simply want to import the data you will need to obtain the data from
whatever store it is currently in using the appropriate API, map it onto
WinFS schema and use the WinFS API to create the items in WinFS.
If you want to keep the data in WinFS in sync with the data in the other
store (e.g. Outlook) then you should write a sync adapter instead of an
importer. You can find a sample sync adapter and further help on WinFS Sync
in the Beta 1 SDK documentation.
Hope that helps.
Regards, Mark
--
Mark Scurrell [MSFT]
This posting is provided "AS IS" with no warranties and confers no rights.
"Shrage" <Shrage@discussions.microsoft.com> wrote in message
news:AD5AB174-B4E8-424D-BD45-A9BADEEB2873@microsoft.com...
> How do i start using outlook contacts, word files, and images, do i just
> copy
> them into the store? how do i copy contacts? i copied a word file and it
> says
> it just a Genetic file. |