ProxyContext.GetObjectFromObjectPathId método
Obtenha o objeto associado com a identificação de caminho do objeto.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
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 retornado
Tipo: System.Object