Compartir a través de


del método ProxyContext.GetObjectFromObjectPathId

Obtener el objeto asociado con el id de ruta de acceso del objeto.

Espacio de nombres:  Microsoft.SharePoint.Client
Ensamblado:  Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)

Sintaxis

'Declaración
Public Function GetObjectFromObjectPathId ( _
    pathId As String _
) As Object
'Uso
Dim instance As ProxyContext
Dim pathId As String
Dim returnValue As Object

returnValue = instance.GetObjectFromObjectPathId(pathId)
public Object GetObjectFromObjectPathId(
    string pathId
)

Parámetros

Valor devuelto

Tipo: System.Object

Vea también

Referencia

clase ProxyContext

Miembros ProxyContext

Espacio de nombres Microsoft.SharePoint.Client