Freigeben über


IFileDialogPostProcessor2.Process-Methode (Guid, Guid, Guid, WffRequestType, String, String, Boolean, Int32, String, Hashtable, String, String)

Ruft eine geänderte Ansicht einer Liste, wenn Änderungen erforderlich sind.

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

Syntax

'Declaration
Sub Process ( _
    siteId As Guid, _
    webId As Guid, _
    listId As Guid, _
    type As WffRequestType, _
    location As String, _
    url As String, _
    largeListThrottled As Boolean, _
    lcid As Integer, _
    userAgent As String, _
    webProperties As Hashtable, _
    defaultPresentation As String, _
    ByRef alternatePresentation As String _
)
'Usage
Dim instance As IFileDialogPostProcessor2
Dim siteId As Guid
Dim webId As Guid
Dim listId As Guid
Dim type As WffRequestType
Dim location As String
Dim url As String
Dim largeListThrottled As Boolean
Dim lcid As Integer
Dim userAgent As String
Dim webProperties As Hashtable
Dim defaultPresentation As String
Dim alternatePresentation As String

instance.Process(siteId, webId, listId, _
    type, location, url, largeListThrottled, _
    lcid, userAgent, webProperties, defaultPresentation, _
    alternatePresentation)
void Process(
    Guid siteId,
    Guid webId,
    Guid listId,
    WffRequestType type,
    string location,
    string url,
    bool largeListThrottled,
    int lcid,
    string userAgent,
    Hashtable webProperties,
    string defaultPresentation,
    ref string alternatePresentation
)

Parameter

  • siteId
    Typ: System.Guid

    Die GUID der Website der Liste der zu rendernden.

  • webId
    Typ: System.Guid

    Die GUID der Website der Liste der zu rendernden.

  • listId
    Typ: System.Guid

    Die GUID der Liste gerendert wird.

  • location
    Typ: System.String

    Speicherort Abfragezeichenfolgen-Parameter in der URL-Zeichenfolge.

  • url
    Typ: System.String

    Die gesamte URL-Zeichenfolge der Anforderung.

  • largeListThrottled
    Typ: System.Boolean

    Gibt an, ob Renderer Ansicht Web einen umfangreichen Listenfehler aufgetreten. true Wenn ein umfangreiche Listenfehler aufgetreten ist, andernfalls false.

  • defaultPresentation
    Typ: System.String

    Die standardmäßige Liste Präsentation.

  • alternatePresentation
    Typ: System.String

    Die geänderte Liste Präsentation.

Siehe auch

Referenz

IFileDialogPostProcessor2 Schnittstelle

IFileDialogPostProcessor2-Member

Process-Überladung

Microsoft.SharePoint-Namespace