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.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Shared Function GenerateTaskName ( _
originalFile As String, _
bt As BrowserType _
) As String
'Usage
Dim originalFile As String
Dim bt As BrowserType
Dim returnValue As String
returnValue = SPTransformUtilities.GenerateTaskName(originalFile, _
bt)
public static string GenerateTaskName(
string originalFile,
BrowserType bt
)
Parameters
- originalFile
Type: System.String
- bt
Type: Microsoft.HtmlTrans.BrowserType
Return Value
Type: System.String