共用方式為


SPFile.SetHtmlTranslateCacheItem method

將檔案的內容儲存到快取中的 HTML 轉譯。

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

Syntax

'宣告
Public Sub SetHtmlTranslateCacheItem ( _
    strTranslatedName As String, _
    jobType As Integer, _
    fMainThicketFile As Boolean, _
    rgbFileContents As Byte() _
)
'用途
Dim instance As SPFile
Dim strTranslatedName As String
Dim jobType As Integer
Dim fMainThicketFile As Boolean
Dim rgbFileContents As Byte()

instance.SetHtmlTranslateCacheItem(strTranslatedName, _
    jobType, fMainThicketFile, rgbFileContents)
public void SetHtmlTranslateCacheItem(
    string strTranslatedName,
    int jobType,
    bool fMainThicketFile,
    byte[] rgbFileContents
)

參數

  • strTranslatedName
    Type: System.String

    在快取會將它轉譯後的檔案名稱。

  • jobType
    Type: System.Int32

    若要識別的型別轉譯的值 (例如,Internet Explorer 的轉換檔案的版本)。

  • fMainThicketFile
    Type: System.Boolean

    若要指定檔案與檔案相關的任何快取項目要求 ; 時就會傳回第一個項目true否則, false。

  • rgbFileContents
    Type: []

    儲存快取項目的檔案的二進位內容。

請參閱

參照

SPFile class

SPFile members

Microsoft.SharePoint namespace