Form 元素 (DeploymentManifest)
适用于: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013
表示 Windows SharePoint Services 3.0 窗体 (SPForm) 对象的实例。
定义
DECLARATION
<xs:element name="Form"
type="SPForm"
minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<Forms>
<Form
Name="Guid"
Type="xs:string"
Url="xs:string"
/>
</Forms>
类型
元素和属性
下面各部分介绍了属性、子元素和父元素。
Attributes
属性 | 类型 | 说明 |
---|---|---|
名称 |
GUID 简单类型 (DeploymentManifest) |
可选。 表单的唯一标识符。 |
类型 |
xs:string |
可选。 指定 PAGETYPE 枚举中指定的窗体的页面类型。 |
Url |
xs:string |
可选。 指向表单的 URL。 |
子元素
无