Module 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 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. |