Microsoft Chat Server SDK Reference

CanCreateDynamic Property

This property retrieves the flag that indicates whether the user can create dynamic channels.

Syntax

Flag = ChatUser.CanCreateDynamic

Parameters

Flag
True if user is allowed to create a dynamic channel, False if not.

Remarks

If the Dynamic channels check box (on the server's Channels property sheet in Chat Service Manager) is deselected, no users will be able to create dynamic channels on the server. The user class also determines whether a user is prevented from creating dynamic channels. Specifically, the user will not be able to create dynamic channels if the Cannot create dynamic channels check box (on the user class's Access property sheet) is selected.

See Also

DenyCreate

IsNoDynamicChannels


© 1998 Microsoft Corporation. All rights reserved.