Share via


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

Retrieves a modified view of a list if modifications are necessary.

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
)

Parameters

  • siteId
    Type: System.Guid

    GUID of the site of the list being rendered.

  • webId
    Type: System.Guid

    GUID of the web of the list being rendered.

  • listId
    Type: System.Guid

    GUID of the list being rendered.

  • location
    Type: System.String

    Location query parameter in the URL string.

  • largeListThrottled
    Type: System.Boolean

    Indicates whether the web view renderer encountered a large list error. true if a large list error occurred, otherwise false.

  • defaultPresentation
    Type: System.String

    The default list presentation.

  • alternatePresentation
    Type: System.String

    The modified list presentation.

See also

Reference

IFileDialogPostProcessor2 interface

IFileDialogPostProcessor2 members

Process overload

Microsoft.SharePoint namespace