SPDocumentConverterCollection.SystemSupportsFile method
會傳回 Boolean 值,指出文件轉換程式是否支援指定的檔案轉換。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Function SystemSupportsFile ( _
fileName As String _
) As Boolean
'用途
Dim instance As SPDocumentConverterCollection
Dim fileName As String
Dim returnValue As Boolean
returnValue = instance.SystemSupportsFile(fileName)
public bool SystemSupportsFile(
string fileName
)
參數
fileName
Type: System.String指定的檔案,確認名稱的字串。
傳回值
Type: System.Boolean
true如果文件轉換程式支援的檔案 ; 轉換否則,請false。預設值為false。
請參閱
參照
SPDocumentConverterCollection class