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)
Available in Sandboxed Solutions: No

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 function, 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) function in IFileDialogPostProcessor except that it contains additional parameters.

See Also

Reference

IFileDialogPostProcessor2 Members

Microsoft.SharePoint Namespace