Partager via


VideoChannel.GetChannelPageUrl - Méthode

Espace de noms :  Microsoft.SharePoint.Client.Publishing
Assemblys :   Microsoft.SharePoint.Client.Publishing.Silverlight (dans Microsoft.SharePoint.Client.Publishing.Silverlight.dll);  Microsoft.SharePoint.Client.Publishing.Phone (dans Microsoft.SharePoint.Client.Publishing.Phone.dll)  Microsoft.SharePoint.Client.Publishing (dans Microsoft.SharePoint.Client.Publishing.dll)

Syntaxe

'Déclaration
Public Function GetChannelPageUrl ( _
    viewMode As ViewControlState _
) As ClientResult(Of String)
'Utilisation
Dim instance As VideoChannel
Dim viewMode As ViewControlState
Dim returnValue As ClientResult(Of String)

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

Paramètres

Valeur renvoyée

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

Voir aussi

Référence

VideoChannel classe

VideoChannel - Membres

Microsoft.SharePoint.Client.Publishing - Espace de noms