Microsoft Chat Server SDK Reference

IsClone Property

This property retrieves the flag that indicates whether the channel was cloned from another channel.

Syntax

Flag = ChatChannel.IsClone

Parameters

Flag
True if channel has been cloned, False if not.

Remarks

A channel is cloned when its membership limit is reached and no other clones of the channel are available. Channel properties are inherited from the base channel. The cloned channel name contains the template channel's base name plus a number to indicate the channel is a clone.

The chat server sets the CLONE channel mode (+e) when creating a clone channel.

See Also

IsCloneable

Limit


© 1998 Microsoft Corporation. All rights reserved.