SpotlightChannelCollection.GetById - Méthode
Espace de noms : Microsoft.SharePoint.Client.Publishing
Assemblys : Microsoft.SharePoint.Client.Publishing.Silverlight (dans Microsoft.SharePoint.Client.Publishing.Silverlight.dll); Microsoft.SharePoint.Client.Publishing.Phone (dans Microsoft.SharePoint.Client.Publishing.Phone.dll) Microsoft.SharePoint.Client.Publishing (dans Microsoft.SharePoint.Client.Publishing.dll)
Syntaxe
'Déclaration
Public Function GetById ( _
id As Integer _
) As SpotlightChannel
'Utilisation
Dim instance As SpotlightChannelCollection
Dim id As Integer
Dim returnValue As SpotlightChannel
returnValue = instance.GetById(id)
public SpotlightChannel GetById(
int id
)
Paramètres
- id
Type : System.Int32
Valeur renvoyée
Type : Microsoft.SharePoint.Client.Publishing.SpotlightChannel
Voir aussi
Référence
SpotlightChannelCollection classe