Compartilhar via


ServerStub.GetObjectUrlPath método

Obter o caminho de url do objeto.

Caminho de url do objeto é o restante para acessar o objeto.

Por exemplo, o caminho de url de uma SPList será web/lists('11111111-1111-1111-1111-111111111111') onde o guid é a id da lista.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)

Sintaxe

'Declaração
Protected Friend Overridable Function GetObjectUrlPath ( _
    target As Object _
) As Uri
'Uso
Dim target As Object
Dim returnValue As Uri

returnValue = Me.GetObjectUrlPath(target)
protected internal virtual Uri GetObjectUrlPath(
    Object target
)

Parâmetros

Valor retornado

Tipo: System.Uri
Se há um caminho de url para o objeto, ele é nulo.

Ver também

Referência

ServerStub classe

ServerStub membros

Microsoft.SharePoint.Client namespace