del método VideoCollection.GetById
Espacio de nombres: Microsoft.SharePoint.Client.Publishing
Ensamblados: Microsoft.SharePoint.Client.Publishing.Silverlight (en Microsoft.SharePoint.Client.Publishing.Silverlight.dll); Microsoft.SharePoint.Client.Publishing.Phone (en Microsoft.SharePoint.Client.Publishing.Phone.dll) Microsoft.SharePoint.Client.Publishing (en Microsoft.SharePoint.Client.Publishing.dll)
Sintaxis
'Declaración
Public Function GetById ( _
id As Guid _
) As VideoItem
'Uso
Dim instance As VideoCollection
Dim id As Guid
Dim returnValue As VideoItem
returnValue = instance.GetById(id)
public VideoItem GetById(
Guid id
)
Parámetros
- id
Tipo: System.Guid
Valor devuelto
Tipo: Microsoft.SharePoint.Client.Publishing.VideoItem