Share via


SPDocumentConverterCollection.SortedList Method (Boolean)

Returns a sorted ArrayList of document converters that are available in the Web application.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Function SortedList ( _
    fForUI As Boolean _
) As ArrayList
'Usage
Dim instance As SPDocumentConverterCollection
Dim fForUI As Boolean
Dim returnValue As ArrayList

returnValue = instance.SortedList(fForUI)
public ArrayList SortedList(
    bool fForUI
)

Parameters

  • fForUI
    Type: System.Boolean

    true to specify that the document converters appear in the user interface; otherwise, false.

Return Value

Type: System.Collections.ArrayList
A System.Collections.ArrayList object that represents the document converters.

See Also

Reference

SPDocumentConverterCollection Class

SPDocumentConverterCollection Members

SortedList Overload

Microsoft.SharePoint.Administration Namespace