Partager via


IFileDialogPostProcessor2.Process - Méthode (Guid, Guid, Guid, WffRequestType, String, String, Boolean, Int32, String, Hashtable, String, String)

Récupère une vue modifiée d'une liste, si des modifications sont nécessaires.

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
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 _
)
'Utilisation
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
)

Paramètres

  • siteId
    Type : System.Guid

    GUID du site de la liste rendue.

  • webId
    Type : System.Guid

    GUID du site web de la liste rendue.

  • location
    Type : System.String

    Paramètre de requête d'emplacement dans la chaîne d'URL.

  • url
    Type : System.String

    La chaîne URL entière de la demande.

  • largeListThrottled
    Type : System.Boolean

    Indique si le convertisseur d'affichage web a rencontré une erreur de grande liste. true si une longue liste erreur, sinon false.

  • defaultPresentation
    Type : System.String

    La présentation de la liste par défaut.

  • alternatePresentation
    Type : System.String

    La présentation de la liste modifiée.

Voir aussi

Référence

IFileDialogPostProcessor2 interface

IFileDialogPostProcessor2 - Membres

Process - Surcharge

Microsoft.SharePoint - Espace de noms