Share via


IConverterForPostProcessor.ConvertAndProcess Method

This interface is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Sub ConvertAndProcess ( _
    postProcessor As IFileDialogPostProcessor2, _
    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, _
    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 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, type, location, _
    url, largeListThrottled, lcid, userAgent, _
    webPropertyArray, defaultPresentation, _
    alternatePresentation)
void ConvertAndProcess(
    IFileDialogPostProcessor2 postProcessor,
    Guid siteId,
    Guid webId,
    Guid listId,
    WffRequestType type,
    string location,
    string url,
    bool largeListThrottled,
    int lcid,
    string userAgent,
    Object webPropertyArray,
    string defaultPresentation,
    ref string alternatePresentation
)

Parameters

  • siteId
    Type: System.Guid

    A GUID that specifies the site collection.

  • webId
    Type: System.Guid

    A GUID that specifies the site.

  • listId
    Type: System.Guid

    A GUID that specifies the list.

  • location
    Type: System.String

    A string that contains the server-relative URL of the document library. If empty, the method returns a view of all document libraries.

  • url
    Type: System.String

    The Uniform Resource Locator (URL) for the content type.

  • largeListThrottled
    Type: System.Boolean

    Boolean value that indicates whether the Web view renderer encountered a large list error.

  • defaultPresentation
    Type: System.String

    A string that contains the default HTML to use in the display of the Web view.

  • alternatePresentation
    Type: System.String

    A string that contains the alternate HTML to use in the display of the Web view.

See Also

Reference

IConverterForPostProcessor Interface

IConverterForPostProcessor Members

Microsoft.SharePoint Namespace