Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the name of the main file from the cache for HTML translation.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.Int32A 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.