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 Universal Resource Locator (URL) of a back-end converter program that is used to handle a request when the client computer does not have the Microsoft Office application installed.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Sub GetHtmlTranslateUrlFromExt ( _
web As SPWeb, _
strExtension As String, _
<OutAttribute> ByRef strHandlerUrl As String _
)
'Usage
Dim web As SPWeb
Dim strExtension As String
Dim strHandlerUrl As StringSPUtility.GetHtmlTranslateUrlFromExt(web, _
strExtension, strHandlerUrl)
public static void GetHtmlTranslateUrlFromExt(
SPWeb web,
string strExtension,
out string strHandlerUrl
)
Parameters
web
Type: Microsoft.SharePoint.SPWebA Microsoft.SharePoint.SPWeb object that represents the parent Web site for the file.
strExtension
Type: System.StringA string that contains the file name extension of the file that is converted.
strHandlerUrl
Type: System.StringA string that contains the URL of the converter program.
Remarks
For an overview of HTML translation, see Programming with the Microsoft.HtmlTrans.Interface.