IFileDialogPostProcessor2.Process Method (Guid, Guid, Guid, WffRequestType, String, String, Boolean, Int32, String, Hashtable, String, String)
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
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 _
)
'Usage
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
)
Parameters
- siteId
Type: System.Guid
- webId
Type: System.Guid
- listId
Type: System.Guid
- 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
- webProperties
Type: System.Collections.Hashtable
- defaultPresentation
Type: System.String
- alternatePresentation
Type: System.String
See Also
Reference
IFileDialogPostProcessor2 Interface