SP.FeatureDefinitionScope enumeration
Specifies the feature scope for a feature definition.
Last modified: March 09, 2015
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var SP.FeatureDefinitionScope = {farm : "Undefined",none : "Undefined",site : "Undefined",web : "Undefined",registerEnum : "Undefined"}
TheFeatureDefinitionScope objectenumeration has the following members.
|
Member |
Value |
Description |
|---|---|---|
|
farm |
1 |
Enumeration whose values specify that the feature scope has to be at the farm level. |
|
none |
0 |
The feature scope is not specified. |
|
site |
2 |
Enumeration whose values specify that the feature scope has to be at the site collection level. |
|
web |
Undefined |
|
|
registerEnum |
Undefined |
|