Share via


SpotlightChannelCollection.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 SpotlightChannel
'Usage
Dim instance As SpotlightChannelCollection
Dim id As Integer
Dim returnValue As SpotlightChannel

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

Parameters

Return value

Type: Microsoft.SharePoint.Client.Publishing.SpotlightChannel

See also

Reference

SpotlightChannelCollection class

SpotlightChannelCollection members

Microsoft.SharePoint.Client.Publishing namespace