Share via


IConverterForPostProcessor.ConvertAndProcess method

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

Syntax

'Declaration
Sub ConvertAndProcess ( _
    postProcessor As IFileDialogPostProcessor2, _
    siteId As Guid, _
    webId As Guid, _
    listId As Guid, _
    userToken As Byte(), _
    type As WffRequestType, _
    location As String, _
    url As String, _
    largeListThrottled As Boolean, _
    lcid As Integer, _
    userAgent As String, _
    webPropertyArray As Object, _
    defaultPresentation As String, _
    ByRef alternatePresentation As String _
)
'Usage
Dim instance As IConverterForPostProcessor
Dim postProcessor As IFileDialogPostProcessor2
Dim siteId As Guid
Dim webId As Guid
Dim listId As Guid
Dim userToken As Byte()
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 webPropertyArray As Object
Dim defaultPresentation As String
Dim alternatePresentation As String

instance.ConvertAndProcess(postProcessor, _
    siteId, webId, listId, userToken, _
    type, location, url, largeListThrottled, _
    lcid, userAgent, webPropertyArray, _
    defaultPresentation, alternatePresentation)
void ConvertAndProcess(
    IFileDialogPostProcessor2 postProcessor,
    Guid siteId,
    Guid webId,
    Guid listId,
    byte[] userToken,
    WffRequestType type,
    string location,
    string url,
    bool largeListThrottled,
    int lcid,
    string userAgent,
    Object webPropertyArray,
    string defaultPresentation,
    ref string alternatePresentation
)

Parameters

  • userToken
    Type: []

See also

Reference

IConverterForPostProcessor interface

IConverterForPostProcessor members

Microsoft.SharePoint namespace