TeamChannelManager.PromoteToTeamChannel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- context
- ClientRuntimeContext
- folderPath
- ResourcePath
- teamChannelUrl
- String
- channelName
- String
Returns
- Attributes