SPUtility.MapToApp method
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Shared Function MapToApp ( _
web As SPWeb, _
strFileName As String, _
strProgID As String _
) As String
'Uso
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
)
Parâmetros
- web
Type: Microsoft.SharePoint.SPWeb
- strFileName
Type: System.String
- strProgID
Type: System.String
Valor retornado
Type: System.String