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
- viewMode
Type: Microsoft.SharePoint.Client.Publishing.ViewControlState
Return value
Type: Microsoft.SharePoint.Client.ClientResult<String>