VideoChannelCollection.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 Guid _
) As VideoChannel
'Utilisation
Dim instance As VideoChannelCollection
Dim id As Guid
Dim returnValue As VideoChannel
returnValue = instance.GetById(id)
public VideoChannel GetById(
Guid id
)
Paramètres
- id
Type : System.Guid
Valeur renvoyée
Type : Microsoft.SharePoint.Client.Publishing.VideoChannel