Pergunta

Is it possible to add files under the 12 folder in a wsp solution? I need to add a file under the 12/config folder.

Foi útil?

Solução

to add files to the SharePoint root you have to include the files in your WSP and then in the solution manifest add the following elements:

<RootFiles>
    <RootFile Location='CONFIG\my_file.xml' />
</RootFiles>

/WW

Licenciado em: CC-BY-SA com atribuição
Não afiliado a sharepoint.stackexchange
scroll top