检索列表的修改过的视图,如果需要进行修改。
命名空间: 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。
type
类型:Microsoft.SharePoint.WffRequestType(打开或已保存) 的文件对话框的类型。
location
类型:System.String在 URL 字符串中的位置查询参数。
url
类型:System.String请求的整个 URL 字符串。
largeListThrottled
类型:System.Boolean表示 web 视图呈现器是否遇到了很多错误。true如果大型列表时出错,否则为false。
lcid
类型:System.Int32当前线程的 LCID。
userAgent
类型:System.StringWeb 用户代理。
webProperties
类型:System.Collections.HashtableWeb 属性。
defaultPresentation
类型:System.String默认列表演示文稿。
alternatePresentation
类型:System.String修改的列表演示文稿。