Feature Element (DeploymentManifest)

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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

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

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

Type

SPFeature

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 Web site 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

Reference

SPFeature

Concepts

DeploymentManifest Schema