命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
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
类型:Microsoft.SharePoint.SPWeb
- strFileName
类型:System.String
- strProgID
类型:System.String