IFileDialogPostProcessor2.Process 方法 (Guid, Guid, Guid, WffRequestType, String, String, Boolean, Int32, String, Hashtable, String, String)

检索列表的修改过的视图,如果需要进行修改。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
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 _
)
用法
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
)

参数

  • siteId
    类型:System.Guid

    站点正在呈现的列表的 GUID。

  • webId
    类型:System.Guid

    网站呈现的列表的 GUID。

  • listId
    类型:System.Guid

    正在呈现的列表的 GUID。

  • location
    类型:System.String

    在 URL 字符串中的位置查询参数。

  • largeListThrottled
    类型:System.Boolean

    表示 web 视图呈现器是否遇到了很多错误。true如果大型列表时出错,否则为false。

  • defaultPresentation
    类型:System.String

    默认列表演示文稿。

  • alternatePresentation
    类型:System.String

    修改的列表演示文稿。

另请参阅

引用

IFileDialogPostProcessor2 接口

IFileDialogPostProcessor2 成员

Process 重载

Microsoft.SharePoint 命名空间