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
- viewMode
Tipo: Microsoft.SharePoint.Client.Publishing.ViewControlState
Valor retornado
Tipo: Microsoft.SharePoint.Client.ClientResult<String>