Picture Element in DeclarativeFormRegion
(SolutionManifestDeclarativeExtensions Schema)
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
The Picture element is used to describe the icon to use for a form region in Microsoft Outlook 2010.
Namespace:
http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest/DeclarativeExtensions
Schema: SolutionManifestDeclarativeExtensions
<Picture IconFilePath = "String" Description = "String"> </Picture>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
**IconFilePath** |
The path to the icon file on the file system. This path is relative to the path of the solution manifest file (Oir.config). Required. Attribute type: **String** |
**Description** |
A description for this picture. Optional. Attribute type: **String** |
Child elements
None.
Parent elements
Element | Description |
---|---|
DeclarativeFormRegion Element in DeclarativeFormRegions (SolutionManifestDeclarativeExtensions Schema) | The form region that this picture is for. |