Share via


FeatureElementType Enum

Definition

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.

Applies to