Form Element (DeploymentManifest)
Applies to: SharePoint Foundation 2010
Represents an instance of a Windows SharePoint Services 3.0 form (SPForm) object.
DECLARATION
<xs:element name="Form"
type="SPForm"
minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<Forms>
<Form
Name="Guid"
Type="xs:string"
Url="xs:string"
/>
</Forms>
Type
Attributes
Attribute |
Type |
Description |
---|---|---|
Name |
Optional. Unique identifier of the form. |
|
Type |
xs:string |
Optional. Specifies the page type of the form as specified in the PAGETYPE enumeration. |
Url |
xs:string |
Optional. URL to the form. |
Child Elements
None |