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