Adding tenant groups to a tenant
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Adding tenant groups to a tenant
You can assign a tenant to one or more tenant groups
by adding tenant groups to an ITenant. The following
code shows how you can use the TenantGroups property
to add tenant groups to the tenant:
|
Note: Any
ITenant that you intend
to make a member of a group should be created with its DefaultAllocation property
set to "Delayed" so tenant storage is not allocated
in addition to the storage for the group.