Jaa


TeamChannelManager.PromoteToTeamChannel Method

Definition

[Microsoft.SharePoint.Client.Remote]
public static Microsoft.SharePoint.Client.ClientResult<bool> PromoteToTeamChannel (Microsoft.SharePoint.Client.ClientRuntimeContext context, Microsoft.SharePoint.Client.ResourcePath folderPath, string teamChannelUrl, string channelName);
static member PromoteToTeamChannel : Microsoft.SharePoint.Client.ClientRuntimeContext * Microsoft.SharePoint.Client.ResourcePath * string * string -> Microsoft.SharePoint.Client.ClientResult<bool>
Public Shared Function PromoteToTeamChannel (context As ClientRuntimeContext, folderPath As ResourcePath, teamChannelUrl As String, channelName As String) As ClientResult(Of Boolean)

Parameters

folderPath
ResourcePath
teamChannelUrl
String
channelName
String

Returns

Attributes

Applies to