IConverterForPostProcessor.ConvertAndProcess Method
This interface is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Sub ConvertAndProcess ( _
postProcessor As IFileDialogPostProcessor2, _
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, _
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 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, type, location, _
url, largeListThrottled, lcid, userAgent, _
webPropertyArray, defaultPresentation, _
alternatePresentation)
void ConvertAndProcess(
IFileDialogPostProcessor2 postProcessor,
Guid siteId,
Guid webId,
Guid listId,
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.GuidA GUID that specifies the site collection.
webId
Type: System.GuidA GUID that specifies the site.
listId
Type: System.GuidA GUID that specifies the list.
type
Type: Microsoft.SharePoint.WffRequestTypeA WffRequestType value that specifies the type of file dialog box.
location
Type: System.StringA string that contains the server-relative URL of the document library. If empty, the method returns a view of all document libraries.
url
Type: System.StringThe Uniform Resource Locator (URL) for the content type.
largeListThrottled
Type: System.BooleanBoolean value that indicates whether the Web view renderer encountered a large list error.
lcid
Type: System.Int32The LCID of the current thread.
userAgent
Type: System.StringThe userAgent string.
- webPropertyArray
Type: System.Object
defaultPresentation
Type: System.StringA string that contains the default HTML to use in the display of the Web view.
alternatePresentation
Type: System.StringA string that contains the alternate HTML to use in the display of the Web view.
See Also
Reference
IConverterForPostProcessor Interface