Share via


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

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

See Also

Reference

IFileDialogPostProcessor2 Interface

IFileDialogPostProcessor2 Members

Process Overload

Microsoft.SharePoint Namespace