命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Shared Function GetServerFileRedirectForLinking ( _
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.GetServerFileRedirectForLinking(web, _
strFileName, strProgId)
public static string GetServerFileRedirectForLinking(
SPWeb web,
string strFileName,
string strProgId
)
参数
- web
类型:Microsoft.SharePoint.SPWeb
- strFileName
类型:System.String
- strProgId
类型:System.String