SPUtility.MapToApp method

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

Syntax

'Declaration
Public Shared Function MapToApp ( _
    web As SPWeb, _
    strFileName As String, _
    strProgID As String _
) As String
'Usage
Dim web As SPWeb
Dim strFileName As String
Dim strProgID As String
Dim returnValue As String

returnValue = SPUtility.MapToApp(web, _
    strFileName, strProgID)
public static string MapToApp(
    SPWeb web,
    string strFileName,
    string strProgID
)

Parameters

Return value

Type: System.String

See also

Reference

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace