SPUtility.MapToControl method
會傳回可以編輯指定的檔案,包括網站包含檔案及建立檔案計畫的識別碼控制項的名稱。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function MapToControl ( _
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.MapToControl(web, _
strFileName, strProgID)
public static string MapToControl(
SPWeb web,
string strFileName,
string strProgID
)
參數
web
Type: Microsoft.SharePoint.SPWebSPWeb物件,代表包含該檔案的網站。
strFileName
Type: System.String檔案名稱的名稱。
strProgID
Type: System.String內含用來建立檔案的應用程式程式識別碼 (ProgID) 的字串。
傳回值
Type: System.String
會傳回控制項的名稱。