FileDialogPostProcessor Element

The FileDialogPostProcessor element represents an interface in Microsoft Windows SharePoint Services that is used for Web views in the file dialog boxes and forms of document libraries.

Syntax

<FileDialogPostProcessor
  ID = "Text">
</FileDialogPostProcessor>

Attributes

Name Description
ID Required Text. Specifies the GUID of CLSID used to instantiate the object.

Element Relationships

Parent Elements
Components

Remarks

The FileDialogPostProcessor element corresponds to the IFileDialogPostProcessor interface of the Microsoft.SharePoint namespace.

Example

The following example from an ONET.XML file shows how the FileDialogPostProcessor element is used.

<Components>
  <FileDialogPostProcessor ID="C6659361-1625-4746-931C-36014B146679" />
  <ExternalSecurityProvider ID="A373E6A8-7A87-11D3-B1C1-00C04F68155C" Type="Microsoft.SharePoint.Portal;Microsoft.SharePoint.Portal.SiteData.CategoryWebSecurityProvider" />
</Components>