SetRoutingBucketEntityLockdownMode
DocsSetRoutingBucketEntityLockdownMode(bucketId, mode)Description
Sets the entity lockdown mode for a specific routing bucket.
Lockdown modes are:
| Mode | Meaning |
|---|---|
`strict` | No entities can be created by clients at all. |
`relaxed` | Only script-owned entities created by clients are blocked. |
`inactive` | Clients can create any entity they want. |
Parameters
| Name | Type | Description |
|---|---|---|
bucketId | int | The routing bucket ID to adjust. |
mode | char* | One of aforementioned modes. |
Returns
voidThis native does not return a value.