Form-Element (DeploymentManifest)
Letzte Änderung: Freitag, 30. Mai 2008
Gilt für: SharePoint Foundation 2010
Inhalt dieses Artikels
Typ
Attribute
Untergeordnete Elemente
Übergeordnete Elemente
Stellt eine Instanz eines Windows SharePoint Services 3.0-Formularobjekts (SPForm) dar.
DECLARATION
<xs:element name="Form"
type="SPForm"
minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<Forms>
<Form
Name="Guid"
Type="xs:string"
Url="xs:string"
/>
</Forms>
Typ
Attribute
Attribut |
Typ |
Beschreibung |
---|---|---|
Name |
Optional. Eindeutiger Bezeichner des Formulars. |
|
Type |
xs:string |
Optional. Gibt den Seitentyp des Formulars gemäß der PAGETYPE-Enumeration an. |
Url |
xs:string |
Optional. Die URL zum Formular. |
Untergeordnete Elemente
Keine |