AllowNewUsersToCreateRooms property
**This property is obsolete in v7.**
**Master
facilities are obsolete in v7.**
This property determines the initial value of the CanCreateRooms property
for newly-created Users.
Syntax
C++
HRESULT get_AllowNewUsersToCreateRooms(VARIANT_BOOL*
pAllowNewUsersToCreateRooms)
HRESULT put_AllowNewUsersToCreateRooms(VARIANT_BOOL
myAllowNewUsersToCreateRooms)
Scripting languages
Boolean = Object.AllowNewUsersToCreateRooms
Object.AllowNewUsersToCreateRooms
= Boolean
Remarks
AllowNewUsersToCreateRooms
does not affect members who were created before the property was set.
Use the CanCreateRooms property
to allow an existing user to create new eRooms.
Only Users created after
setting this property will be affected by the new value.
Note: This property has no effect
within the Master Facility, but
it does propagate to other Facilities
whose directory type is erDirTypeServerMemberList. |