Microsoft Chat Server SDK Reference

IsCloneable Property

This property retrieves the flag that indicates whether the server will create a clone channel when this channel is full.

Syntax

Flag = ChatChannel.IsCloneable

Parameters

Flag
True if channel can be cloned, False if not.

Remarks

This flag will be set if the channel is created with the TEMPLATE channel flag. The server automatically creates another clone if all channels with the same base name are full.

This flag will also be set if the channel is created with CLONEABLE mode (+d).

See Also

IsClone

Limit


© 1998 Microsoft Corporation. All rights reserved.