문제

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