SPUtility.MapToApp method
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function MapToApp ( _
web As SPWeb, _
strFileName As String, _
strProgID As String _
) As String
'用途
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
)
參數
- web
Type: Microsoft.SharePoint.SPWeb
- strFileName
Type: System.String
- strProgID
Type: System.String
傳回值
Type: System.String