VideoCollection.GetById method

Namespace:  Microsoft.SharePoint.Client.Publishing
Assembly:  Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)

Syntax

'Declaration
Public Function GetById ( _
    id As Guid _
) As VideoItem
'Usage
Dim instance As VideoCollection
Dim id As Guid
Dim returnValue As VideoItem

returnValue = instance.GetById(id)
public VideoItem GetById(
    Guid id
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.Publishing.VideoItem

See also

Reference

VideoCollection class

VideoCollection members

Microsoft.SharePoint.Client.Publishing namespace