SPFile.GetHtmlTranslateCacheNameFromStsName method

Returns the name of the main file from the cache for HTML translation.

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

Syntax

'Declaration
Public Function GetHtmlTranslateCacheNameFromStsName ( _
    jobType As Integer _
) As String
'Usage
Dim instance As SPFile
Dim jobType As Integer
Dim returnValue As String

returnValue = instance.GetHtmlTranslateCacheNameFromStsName(jobType)
public string GetHtmlTranslateCacheNameFromStsName(
    int jobType
)

Parameters

  • jobType
    Type: System.Int32

    A value to identify the type of translation (for example, which version of Internet Explorer the conversion is for).

Return value

Type: System.String
A string that contains the name of the main file.

See also

Reference

SPFile class

SPFile members

Microsoft.SharePoint namespace