Share via


VideoChannel.GetChannelPageUrl method

Namespace:  Microsoft.SharePoint.Client.Publishing
Assembly:  Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)

Syntax

'Declaration
Public Function GetChannelPageUrl ( _
    viewMode As ViewControlState _
) As ClientResult(Of String)
'Usage
Dim instance As VideoChannel
Dim viewMode As ViewControlState
Dim returnValue As ClientResult(Of String)

returnValue = instance.GetChannelPageUrl(viewMode)
public ClientResult<string> GetChannelPageUrl(
    ViewControlState viewMode
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.ClientResult<String>

See also

Reference

VideoChannel class

VideoChannel members

Microsoft.SharePoint.Client.Publishing namespace