共用方式為


SPFile.GetHtmlTranslateCacheItem method

傳回的 HTML 轉譯,排除比上次修改檔案的日期還舊的快取項目快取檔案的內容。

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

Syntax

'宣告
Public Function GetHtmlTranslateCacheItem ( _
    strTranslatedName As String, _
    jobType As Integer _
) As Byte()
'用途
Dim instance As SPFile
Dim strTranslatedName As String
Dim jobType As Integer
Dim returnValue As Byte()

returnValue = instance.GetHtmlTranslateCacheItem(strTranslatedName, _
    jobType)
public byte[] GetHtmlTranslateCacheItem(
    string strTranslatedName,
    int jobType
)

參數

  • strTranslatedName
    Type: System.String

    字串,包含快取中的檔案名稱之後它被轉譯。

  • jobType
    Type: System.Int32

    要識別的型別 (例如,哪個版本的 Internet Explorer 轉換適用於) 的轉譯的值。

傳回值

Type: []
位元組陣列,包含快取項目。

請參閱

參照

SPFile class

SPFile members

Microsoft.SharePoint namespace