共用方式為


SPDocumentConverterCollection.SortedList method (String, Boolean)

會傳回文件轉換程式,可使用 Web 應用程式中,且支援指定的檔案轉換排序的ArrayList 。

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

Syntax

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

returnValue = instance.SortedList(fileName, _
    fForUI)
public ArrayList SortedList(
    string fileName,
    bool fForUI
)

參數

  • fileName
    Type: System.String

    指定的檔案,確認名稱的字串。

  • fForUI
    Type: System.Boolean

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

傳回值

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

請參閱

參照

SPDocumentConverterCollection class

SPDocumentConverterCollection members

SortedList overload

Microsoft.SharePoint.Administration namespace