IFileDialogPostProcessor.Process 方法

自定义窗体在打开时使用的文件对话框中的 Web 视图或指定的文档库中保存的文件。

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

语法

声明
Sub Process ( _
    siteId As Guid, _
    webId As Guid, _
    listId As Guid, _
    type As WffRequestType, _
    location As String, _
    defaultPresentation As String, _
    ByRef alternatePresentation As String _
)
用法
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
)

参数

  • location
    类型:System.String

    一个字符串,包含文档库的服务器-相对 URL。如果为空,则该方法返回的所有文档库的视图。

  • defaultPresentation
    类型:System.String

    一个字符串,包含默认 HTML 中的 Web 视图上的显示使用。

  • alternatePresentation
    类型:System.String

    一个字符串,包含要使用的 Web 视图上的显示中的替代 HTML。

另请参阅

引用

IFileDialogPostProcessor 接口

IFileDialogPostProcessor 成员

Microsoft.SharePoint 命名空间