IConverterForPostProcessor.ConvertAndProcess method
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
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 _
)
'Usage
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
)
Parameters
- postProcessor
Type: Microsoft.SharePoint.IFileDialogPostProcessor2
- siteId
Type: System.Guid
- webId
Type: System.Guid
- listId
Type: System.Guid
- userToken
Type: []
- type
Type: Microsoft.SharePoint.WffRequestType
- location
Type: System.String
- url
Type: System.String
- largeListThrottled
Type: System.Boolean
- lcid
Type: System.Int32
- userAgent
Type: System.String
- webPropertyArray
Type: System.Object
- defaultPresentation
Type: System.String
- alternatePresentation
Type: System.String
See also
Reference
IConverterForPostProcessor interface