Feature Element (DeploymentManifest)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Represents an instance of a Windows SharePoint Services 3.0 Feature (SPFeature) object.

Definition

DECLARATION
<xs:element name="Feature" type="SPFeature" />

USAGE
<SPObject>
  <Feature>
      Id="Guid"
      WebId="Guid"
      Properties="xs:string"
      FeatureDefinitionName="xs:string"
  </Feature>
</SPObject>

Type

SPFeature

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Type Description
Id
Guid Simple Type (DeploymentManifest)
Optional. Unique identifier of the Feature object.
WebId
Guid Simple Type (DeploymentManifest)
Optional. Unique identifier of the website to which the Feature is associated.
Properties
xs:string
Optional. Represents the collection of properties for the Feature.
FeatureDefinitionName
xs:string
Required. Name of the Feature definition.

Child elements

None

Parent elements

SPObject Element (DeploymentManifest)

See also