命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Sub ConvertAndProcess ( _
postProcessor As IFileDialogPostProcessor2, _
siteId As Guid, _
webId As Guid, _
listId As Guid, _
userToken As Byte(), _
type As WffRequestType, _
location As String, _
url As String, _
largeListThrottled As Boolean, _
lcid As Integer, _
userAgent As String, _
webPropertyArray As Object, _
defaultPresentation As String, _
ByRef alternatePresentation As String _
)
用法
Dim instance As IConverterForPostProcessor
Dim postProcessor As IFileDialogPostProcessor2
Dim siteId As Guid
Dim webId As Guid
Dim listId As Guid
Dim userToken As Byte()
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 webPropertyArray As Object
Dim defaultPresentation As String
Dim alternatePresentation As String
instance.ConvertAndProcess(postProcessor, _
siteId, webId, listId, userToken, _
type, location, url, largeListThrottled, _
lcid, userAgent, webPropertyArray, _
defaultPresentation, alternatePresentation)
void ConvertAndProcess(
IFileDialogPostProcessor2 postProcessor,
Guid siteId,
Guid webId,
Guid listId,
byte[] userToken,
WffRequestType type,
string location,
string url,
bool largeListThrottled,
int lcid,
string userAgent,
Object webPropertyArray,
string defaultPresentation,
ref string alternatePresentation
)
参数
- postProcessor
类型:Microsoft.SharePoint.IFileDialogPostProcessor2
- siteId
类型:System.Guid
- webId
类型:System.Guid
- listId
类型:System.Guid
- userToken
类型:[]
- location
类型:System.String
- url
类型:System.String
- largeListThrottled
类型:System.Boolean
- lcid
类型:System.Int32
- userAgent
类型:System.String
- webPropertyArray
类型:System.Object
- defaultPresentation
类型:System.String
- alternatePresentation
类型:System.String