IFileDialogPostProcessor2-Schnittstelle

Stellt eine Methode zum Anpassen der Web-Ansichten in der Dateidialogfelder und Formulare für Dokumentbibliotheken verwendet.

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

Hinweise

Erbt von IFileDialogPostProcesor und fügt eine einzelne Methode Process(Guid, Guid, Guid, WffRequestType, String, String, Boolean, Int32, String, String, String), dem ist identisch mit der Process(Guid, Guid, Guid, WffRequestType, String, String, String) -Methode in IFileDialogPostProcessor , außer dass sie zusätzliche Parameter enthält.

Siehe auch

Referenz

IFileDialogPostProcessor2-Member

Microsoft.SharePoint-Namespace