Modèle : FormRegionManifest.xml
Dernière modification : lundi 19 avril 2010
S’applique à : SharePoint Server 2010
Voici un exemple de modèle pour un manifeste de zone de formulaire.
<?xml version="1.0" encoding="utf-8"?>
<!-- This file defines a manifest file for a custom form region in Outlook 2010. -->
<FormRegion xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="https://schemas.microsoft.com/office/outlook/12/formregion.xsd">
<icons>
<page>addin</page>
</icons>
<name>EnterNameForFormRegion</name>
<!-- formRegionType can be adjoining or separate. -->
<formRegionType>EnteradjoiningOrseparate</formRegionType>
<exactMessageClass>false</exactMessageClass>
<layoutFile>EnterOFSFilenameWithExtension</layoutFile>
<title>EnterDisplayTitle</title>
</FormRegion>