SPUtility.MapToServerFileRedirect - Méthode (SPWeb, String, String)
Retourne l'URL de redirection pour le fichier.
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function MapToServerFileRedirect ( _
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.MapToServerFileRedirect(web, _
strFileName, strProgId)
public static string MapToServerFileRedirect(
SPWeb web,
string strFileName,
string strProgId
)
Paramètres
web
Type : Microsoft.SharePoint.SPWebObjet SPWeb qui représente le site contenant le fichier.
strFileName
Type : System.StringNom du fichier.
strProgId
Type : System.StringL'ID de programme (ProgId) pour le fichier.
Valeur renvoyée
Type : System.String
Chaîne qui contient l'URL de redirection.