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
)
参数
- siteId
类型:System.Guid
- webId
类型:System.Guid
- listId
类型:System.Guid
type
类型:Microsoft.SharePoint.WffRequestType一个WffRequestType值,指定的文件对话框的类型。
location
类型:System.String一个字符串,包含文档库的服务器-相对 URL。如果为空,则该方法返回的所有文档库的视图。
defaultPresentation
类型:System.String一个字符串,包含默认 HTML 中的 Web 视图上的显示使用。
alternatePresentation
类型:System.String一个字符串,包含要使用的 Web 视图上的显示中的替代 HTML。