SPUtility.GetServerFileRedirectForLinking - Méthode
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function GetServerFileRedirectForLinking ( _
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.GetServerFileRedirectForLinking(web, _
strFileName, strProgId)
public static string GetServerFileRedirectForLinking(
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