FileDialogPostProcessor element (Site)
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents an interface in Microsoft SharePoint Foundation that is used for Web views in the file dialog boxes and forms of document libraries.
<FileDialogPostProcessor
ID = "Text">
</FileDialogPostProcessor>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Description |
---|---|
ID |
Required Text. Specifies the GUID of CLSID used to instantiate the object. |
Child elements
None
Parent elements
Occurrences
- Minimum: 0
- Maximum: 1
Remarks
The FileDialogPostProcessor element corresponds to the Microsoft.SharePoint.IFileDialogPostProcessor interface.
For an example that uses the FileDialogPostProcessor element, see Components element (Site).