AggregationWebPart.GetDisplayFormUrlForId method
僅保留供內部使用。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected Function GetDisplayFormUrlForId ( _
itemId As String, _
listId As String, _
webId As String _
) As String
'用途
Dim itemId As String
Dim listId As String
Dim webId As String
Dim returnValue As String
returnValue = Me.GetDisplayFormUrlForId(itemId, _
listId, webId)
protected string GetDisplayFormUrlForId(
string itemId,
string listId,
string webId
)
參數
- itemId
Type: System.String
- listId
Type: System.String
- webId
Type: System.String
傳回值
Type: System.String