Forum Discussion

Deleted's avatar
Deleted
Mar 05, 2017

How to use SpotlightChannelCollection or VideoChannelCollection list all video channels

How to use SpotlightChannelCollection VideoChannelCollection in Microsoft.SharePoint.Client.Publishing to list all video channels?

 

https://msdn.microsoft.com/en-us/library/office/microsoft.sharepoint.client.publishing.videochannelcollection.aspx

 

I cannot find any reference about these two classes in Microsoft.SharePoint.Client.Publishing assembly.

 

Thanks!

 

2 Replies

  • paulpascha's avatar
    paulpascha
    Bronze Contributor

    I think this .NET Managed CSOM Video API isn't complete (yet) and there's no way to get an instance of those classes. I wasn't able to find any reference either...

     

    If you want to interact with the Office 365 video portal programmatically there's this Hands-on lab that might help:

    https://dev.office.com/hands-on-labs/4589

     

    • There is not .NET CSOM Flavour for Office 365 Video, you have to consume Office 365 REST API in your code