IFileDialogPostProcessor.Process method

Customizes the Web view in the file dialog box or form that is used when opening or saving files in the specified document library.

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, _
    defaultPresentation As String, _
    ByRef alternatePresentation As String _
)
'Usage
Dim instance As IFileDialogPostProcessor
Dim siteId As Guid
Dim webId As Guid
Dim listId As Guid
Dim type As WffRequestType
Dim location As String
Dim defaultPresentation As String
Dim alternatePresentation As String

instance.Process(siteId, webId, listId, _
    type, location, defaultPresentation, _
    alternatePresentation)
void Process(
    Guid siteId,
    Guid webId,
    Guid listId,
    WffRequestType type,
    string location,
    string defaultPresentation,
    ref string alternatePresentation
)

Parameters

  • 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.

  • 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

IFileDialogPostProcessor interface

IFileDialogPostProcessor members

Microsoft.SharePoint namespace