How to use SpotlightChannelCollection or VideoChannelCollection list all video channels

Deleted
Not applicable

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.videochannelc...

 

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

 

Thanks!

 

2 Replies

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