FormRegion Element
Applies to: SharePoint Server 2010
Describes the form region in which external data will be displayed in Microsoft Outlook 2010.
Namespace: https://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest
Schema: SolutionManifestDefinitions
<FormRegion FormFileName = "String" ManifestFileName = "String" InternalName = "String" Name = "String" Description = "String"> </FormRegion>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
FormFileName |
The form region file name with an .ofs extension. Required. Attribute type: String |
ManifestFileName |
The form region manifest file name with an .xml extension. Required. Attribute type: String |
InternalName |
The value of the Name element in the manifest file. Required. Attribute type: String |
Name |
The name of the form region. Required. Attribute type: String |
Description |
A description for the form region. Optional. Attribute type: String |
Child Elements
None.
Parent Elements
Element |
Description |
---|---|
FormRegions |
The FormRegions element that contains this form region. |