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
- web
Type : Microsoft.SharePoint.SPWeb
- strFileName
Type : System.String
- strProgID
Type : System.String
Valeur renvoyée
Type : System.String