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
- id
Type: System.Int32
Return value
Type: Microsoft.SharePoint.Client.Publishing.SpotlightChannel
See also
Reference
SpotlightChannelCollection class