Hi all,
I'm creating a SharePoint 2013 App which I intend to contain a Picture Library. I would like to provision default content for the library. I can create folders and items using the Elements.xml file associated with the library, but how do I actually put file data in those items?
Example:
<Elements...>
<ListInstance...>
<Data>
<Rows>
<Row>
<Field name="BaseName">FolderName</Field>
<Field name="FSObjType">1</Field>
<Field name="ID">1</Field>
That gets me a folder. How do I add a file with binary data in it?
That gets me a folder.