Channel.SupportsSuggestedActions(String, Int32) 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.
Determine if a number of Suggested Actions are supported by a Channel.
public static bool SupportsSuggestedActions (string channelId, int buttonCnt = 100);
static member SupportsSuggestedActions : string * int -> bool
Public Shared Function SupportsSuggestedActions (channelId As String, Optional buttonCnt As Integer = 100) As Boolean
Parameters
- channelId
- String
The Channel to check the if Suggested Actions are supported in.
- buttonCnt
- Int32
(Optional) The number of Suggested Actions to check for the Channel.
Returns
True if the Channel supports the buttonCnt total Suggested Actions, False if the Channel does not support that number of Suggested Actions.