SPUtility.MapToServerFileRedirect method (SPWeb, String, String, Int32)
Retorna a URL de redirecionamento para o arquivo ou para suas versões.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Shared Function MapToServerFileRedirect ( _
web As SPWeb, _
strFileName As String, _
strProgId As String, _
redirect As Integer _
) As String
'Uso
Dim web As SPWeb
Dim strFileName As String
Dim strProgId As String
Dim redirect As Integer
Dim returnValue As String
returnValue = SPUtility.MapToServerFileRedirect(web, _
strFileName, strProgId, redirect)
public static string MapToServerFileRedirect(
SPWeb web,
string strFileName,
string strProgId,
int redirect
)
Parâmetros
web
Type: Microsoft.SharePoint.SPWebUm objeto SPWeb que representa o site que contém o arquivo.
strFileName
Type: System.StringO nome do arquivo.
strProgId
Type: System.StringA ID de programa (ProgId) para o arquivo.
redirect
Type: System.Int32O valor de enumeração SPTypeOfRedirect .
Valor retornado
Type: System.String
Uma string que contém a URL de redirecionamento.