سؤال

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.

هل كانت مفيدة؟

المحلول

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى sharepoint.stackexchange
scroll top