Compartilhar via


AggregationWebPart.GetDisplayFormUrlForId method

Reservado para uso interno apenas.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Protected Function GetDisplayFormUrlForId ( _
    itemId As String, _
    listId As String, _
    webId As String _
) As String
'Uso
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
)

Parâmetros

Valor retornado

Type: System.String

Ver também

Referência

AggregationWebPart class

AggregationWebPart members

Microsoft.SharePoint.WebPartPages namespace