IFileDialogPostProcessor2 interface

Provides a method for customizing the Web views used in file dialog boxes and forms of document libraries.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<GuidAttribute("BDEADF2A-C265-11d0-BCED-00A0C90AB50F")> _
Public Interface IFileDialogPostProcessor2 _
    Inherits IFileDialogPostProcessor
'Usage
Dim instance As IFileDialogPostProcessor2
[GuidAttribute("BDEADF2A-C265-11d0-BCED-00A0C90AB50F")]
public interface IFileDialogPostProcessor2 : IFileDialogPostProcessor

Remarks

Inherits from IFileDialogPostProcesor and adds a single method, Process(Guid, Guid, Guid, WffRequestType, String, String, Boolean, Int32, String, String, String), which is identical to the Process(Guid, Guid, Guid, WffRequestType, String, String, String) method in IFileDialogPostProcessor except that it contains additional parameters.

See also

Reference

IFileDialogPostProcessor2 members

Microsoft.SharePoint namespace