共用方式為


SPDocumentConverterCollection.SortedList method (Boolean)

會傳回文件轉換程式的 Web 應用程式中可用的排序的ArrayList 。

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

Syntax

'宣告
Public Function SortedList ( _
    fForUI As Boolean _
) As ArrayList
'用途
Dim instance As SPDocumentConverterCollection
Dim fForUI As Boolean
Dim returnValue As ArrayList

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

參數

  • fForUI
    Type: System.Boolean

    若要指定文件轉換程式會出現在使用者介面 ; true否則,請false。

傳回值

Type: System.Collections.ArrayList
System.Collections.ArrayList物件,代表文件轉換程式。

請參閱

參照

SPDocumentConverterCollection class

SPDocumentConverterCollection members

SortedList overload

Microsoft.SharePoint.Administration namespace