SharePoint中的Module
File 元素有两个参数,即 Path 和 Url。特性名 说明
Path 该文件在 SharePoint 解决方案中的名称和位置。格式为 Path="Module1\Sample.txt"。
Url 在 SharePoint Server 上要将该文件部署到的位置。格式为 Url="Module1/Sample.txt"。
Type 一个可选特性,它有两个设置:GhostableInLibrary 和 Ghostable。 格式为 Type="GhostableInLibrary"。 指定 GhostableInLibrary 意味着,该文件将与一个列表项一起添加到 SharePoint 中的文档库中,从而使添加到库中的文件伴随有一个列表项。 指定 Ghostable 会导致将该文件添加到 SharePoint 中的文档库外部。
页:
[1]