Compartilhar via


VideoChannel.GetChannelPageUrl método

Namespace:  Microsoft.SharePoint.Client.Publishing
Assemblies:   Microsoft.SharePoint.Client.Publishing.Silverlight (em Microsoft.SharePoint.Client.Publishing.Silverlight.dll);  Microsoft.SharePoint.Client.Publishing.Phone (em Microsoft.SharePoint.Client.Publishing.Phone.dll)  Microsoft.SharePoint.Client.Publishing (em Microsoft.SharePoint.Client.Publishing.dll)

Sintaxe

'Declaração
Public Function GetChannelPageUrl ( _
    viewMode As ViewControlState _
) As ClientResult(Of String)
'Uso
Dim instance As VideoChannel
Dim viewMode As ViewControlState
Dim returnValue As ClientResult(Of String)

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

Parâmetros

Valor retornado

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

Ver também

Referência

VideoChannel classe

VideoChannel membros

Microsoft.SharePoint.Client.Publishing namespace