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
- pathId
Tipo: System.String
Valor devuelto
Tipo: System.Object