Question

Développement d'une solution Visual Studio ayant une propre bibliothèque d'images appelée diapositives. Avec le déploiement, la nouvelle bibliothèque d'images doit contenir certains fichiers par défaut. Est-ce possible et comment y parvenir?

Je pense avoir trouvé une description:

http://www.learningsharepoint.com/2013/02/23/deploy-images-in-sharepoint-2013-with-visual-studio-solution-2/

est-ce la bonne façon?

Merci pour des indices.

Était-ce utile?

La solution

Look the "Module" element of feature elements.xml.

http://msdn.microsoft.com/en-us/library/ee231567.aspx

Here is an example of the Elements.xml file for a module:

<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<Module Name="Module1">
<File Path="Module1\Sample.txt" Url="Module1/Sample.txt" />
</Module>
</Elements>
Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top