Freigeben über


SPDocumentConverterCollection.SortedList-Methode (Boolean)

Gibt eine sortierte ArrayList von Dokumentkonvertern, die in der Webanwendung verfügbar sind.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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
)

Parameter

  • fForUI
    Typ: System.Boolean

    true , um anzugeben, dass die Dokumentkonverter in der Benutzeroberfläche angezeigt werden; andernfalls false.

Rückgabewert

Typ: System.Collections.ArrayList
Ein System.Collections.ArrayList -Objekt, das die Dokumentkonverter darstellt.

Siehe auch

Referenz

SPDocumentConverterCollection Klasse

SPDocumentConverterCollection-Member

SortedList-Überladung

Microsoft.SharePoint.Administration-Namespace