SPFile.GetHtmlTranslateCacheNameFromStsName method
從 HTML 轉譯的快取傳回主要檔案的名稱。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Function GetHtmlTranslateCacheNameFromStsName ( _
jobType As Integer _
) As String
'用途
Dim instance As SPFile
Dim jobType As Integer
Dim returnValue As String
returnValue = instance.GetHtmlTranslateCacheNameFromStsName(jobType)
public string GetHtmlTranslateCacheNameFromStsName(
int jobType
)
參數
jobType
Type: System.Int32要識別的型別 (例如,哪個版本的 Internet Explorer 轉換適用於) 的轉譯的值。
傳回值
Type: System.String
字串,包含主要檔案的名稱。