FeatureElementType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how the element is treated by SharePoint when the feature is deployed.
public enum class FeatureElementType
public enum FeatureElementType
type FeatureElementType =
Public Enum FeatureElementType
- Inheritance
-
FeatureElementType
Fields
ElementFile | 0 | Specifies a support file required for the feature. |
ElementManifest | 1 | Specifies a file that contains a definition for a feature element. |