Share via


SPUtility.MapToApp - Méthode

Espace de noms :  Microsoft.SharePoint.Utilities
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Shared Function MapToApp ( _
    web As SPWeb, _
    strFileName As String, _
    strProgID As String _
) As String
'Utilisation
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
)

Paramètres

Valeur renvoyée

Type : System.String

Voir aussi

Référence

SPUtility classe

SPUtility - Membres

Microsoft.SharePoint.Utilities - Espace de noms