SupportedDeploymentScopes 枚举

定义

指定部署范围,其中 SharePoint 项目项可在 SharePoint 中激活。

此枚举支持其成员值的按位组合。

[System.CLSCompliant(true)]
[System.Flags]
public enum SupportedDeploymentScopes
继承
SupportedDeploymentScopes
属性

字段

AppPackage 32

不能包含在功能或 WSP 中的 SharePoint 项目项。 它们直接包含在应用包中。

Farm 8

SharePoint 中可包含在“场”范围的功能中的 SharePoint 项目项。

Package 16

不能包含在功能中的 SharePoint 项目项。 它们直接包含在包中。

Site 2

SharePoint 中可包含在“网站”范围的功能中的 SharePoint 项目项。

Web 1

SharePoint 中可包含在“Web”范围的功能中的 SharePoint 项目项。

WebApplication 4

SharePoint 中可包含在“WebApplication”范围的功能中的 SharePoint 项目项。

注解

这些值可帮助你确定某个功能是否将与特定 SharePoint 项目项兼容(即,具有与相同的范围)。 SharePoint 项目项可用于 SharePoint 中的多个范围。

适用于