VideoChannel.GetVideoCount method
Namespace: Microsoft.SharePoint.Client.Publishing
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Overridable Function GetVideoCount As ClientResult(Of Integer)
'Usage
Dim instance As VideoChannel
Dim returnValue As ClientResult(Of Integer)
returnValue = instance.GetVideoCount()
public virtual ClientResult<int> GetVideoCount()
Return value
Type: Microsoft.SharePoint.Client.ClientResult<Int32>