Share via


SpotlightVideoCollection.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 Integer _
) As SpotlightVideo
'Usage
Dim instance As SpotlightVideoCollection
Dim id As Integer
Dim returnValue As SpotlightVideo

returnValue = instance.GetById(id)
public SpotlightVideo GetById(
    int id
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.Publishing.SpotlightVideo

See also

Reference

SpotlightVideoCollection class

SpotlightVideoCollection members

Microsoft.SharePoint.Client.Publishing namespace