SPFile.GetHtmlTranslateCacheItem 方法

从 HTML 转换,排除早于上次修改文件的日期的缓存项的缓存中返回该文件的内容。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
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
    类型:System.String

    一个字符串,包含在缓存中的文件的名称后转换。

  • jobType
    类型:System.Int32

    要标识类型的转换 (例如,哪个版本的 Internet Explorer,则转换为) 的值。

返回值

类型:[]
一个字节数组,其中包含的缓存项。

另请参阅

引用

SPFile 类

SPFile 成员

Microsoft.SharePoint 命名空间