Channel.HasMessageFeed(String) 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 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.