ElementFile Element (Feature)
Specifies a support file required for the Feature.
<ElementFile Location = "Text"> </ElementFile>
For an example of how this element is used, see Feature.xml Files.
More detail on ElementFile
Use this node to list all the non-element manifest files in your Feature. This will make it so you only have to specify the Feature definition (feature.xml) within the manifest.xml for your solution as SharePoint will look to your Feature definition to see what files should be deployed alongside the Feature definition & element manifest files. More info here: http://www.andrewconnell.com/blog/archive/2007/09/27/6120.aspx
- 9/28/2007
- Andrew Connell [MVP]