showSubChannelMessagesOnly property

bool showSubChannelMessagesOnly
read / write

If set to true, only messages that belong to current user's subchannel is fetched. If set to false, all messages will be fetched. Default is false. Takes effect only when the requested channel is a dynamically partitioned open channel.

Implementation

bool showSubChannelMessagesOnly = false;