Forum Discussion
Deleted
Mar 06, 2017How to use SpotlightChannelCollection or VideoChannelCollection list all video channels
How to use SpotlightChannelCollection VideoChannelCollection in Microsoft.SharePoint.Client.Publishing to list all video channels?
I cannot find any reference about these two classes in Microsoft.SharePoint.Client.Publishing assembly.
Thanks!
- paulpaschaBronze 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