Module Element (DeploymentManifest)

Applies to: SharePoint Foundation 2010

Represents an instance of a SharePoint module (SPModule) object, providing a collection of files and views that are used in a site template.

DECLARATION
<xs:element name="Module" type="SPModule" />

USAGE
<SPObject>
   <Module
      <Properties />
         Enabled="xs:boolean"
         Name="xs:string"
         ParentWeb="xs:string"
         Url="xs:string"
   />
</SPObject>

Type

SPModule object.

Attributes

Attribute

Type

Description

Enabled

xs:boolean

Optional. Specifies whether the module is enabled for the site.

Name

xs:string

Optional. Represents the name of the module.

ParentWeb

xs:string

Optional. Specifies the parent Web site.

Url

xs:string

Optional. Specifies the server-relative URL for the module.

Child Elements

Properties Element (DeploymentManifest - SPModule)

Parent Elements

SPObject Element (DeploymentManifest)

See Also

Reference

SPModule

Concepts

DeploymentManifest Schema