Compartilhar via


IFileDialogPostProcessor.Process method

Personaliza a exibição da Web na caixa de diálogo ou formulário que é usado ao abrir ou salvar arquivos na biblioteca do documento especificado.

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

Syntax

'Declaração
Sub Process ( _
    siteId As Guid, _
    webId As Guid, _
    listId As Guid, _
    type As WffRequestType, _
    location As String, _
    defaultPresentation As String, _
    ByRef alternatePresentation As String _
)
'Uso
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
)

Parâmetros

  • location
    Type: System.String

    Uma seqüência de caracteres que contém o URL relativo ao servidor da biblioteca de documentos. Se estiver vazio, o método retorna uma exibição de todas as bibliotecas de documentos.

  • defaultPresentation
    Type: System.String

    Uma seqüência de caracteres que contém o HTML padrão a ser usado na exibição do modo de exibição da Web.

  • alternatePresentation
    Type: System.String

    Uma seqüência de caracteres que contém o HTML alternativo a ser usado na exibição do modo de exibição da Web.

Ver também

Referência

IFileDialogPostProcessor interface

IFileDialogPostProcessor members

Microsoft.SharePoint namespace