Partager via


ServerStub.GetObjectUrlPath - Méthode

Get object's url path.

An object's url path is the REST path to access the object.

For example, an SPList's url path will be web/lists('11111111-1111-1111-1111-111111111111') where the guid is the list id.

Espace de noms :  Microsoft.SharePoint.Client
Assembly :  Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)

Syntaxe

'Déclaration
Protected Friend Overridable Function GetObjectUrlPath ( _
    target As Object _
) As Uri
'Utilisation
Dim target As Object
Dim returnValue As Uri

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

Paramètres

Valeur renvoyée

Type : System.Uri
If there is no url path for the object, it's null.

Voir aussi

Référence

ServerStub classe

ServerStub - Membres

Microsoft.SharePoint.Client - Espace de noms