Jaa


Channel.HasMessageFeed(String) Method

Definition

Determine if a Channel has a Message Feed.

public static bool HasMessageFeed (string channelId);
static member HasMessageFeed : string -> bool
Public Shared Function HasMessageFeed (channelId As String) As Boolean

Parameters

channelId
String

The Channel to check for Message Feed.

Returns

True if the Channel has a Message Feed, False if it does not.

Applies to